-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Major
-
Affects Version/s: COmanage Registry 4.4.2 (Sparkling Summit MR2)
-
Component/s: Registry
-
None
With debug set to 2, the output of ./Console/cake database includes this when run with MySQL 8.x:
Query: ALTER TABLE cm_co_announcements ADD INDEX cm_co_announcements_i4 (`body`) failed. BLOB/TEXT column 'body' used in key specification without a key length |
Possibly failed to update database schema
|
|
This command run by hand succeeds:
ALTER TABLE cm_co_announcements ADD INDEX cm_co_announcements_i4 (`body`(64)); |
- is duplicated by
-
CO-2917 DatabaseShell errors with MySQL 8.x
-
- Resolved
-