flow-development-collection
flow-development-collection copied to clipboard
BUG: Flow is not compatible with MySQL >= 8.4
Old doctrine migrations fail with MySQL 8.4 and 9.0.
E.g.
An exception occurred while executing a query: SQLSTATE[HY000]: General error: 1553 Cannot drop index 'uid': needed in a foreign key constraint
OR
Syntax error or access violation: 1075 Incorrect table definition; there can be only one auto column and it must be defined as a key
Same in Neos: https://github.com/neos/neos-development-collection/issues/5550
Was not an flow issue. Was fixed in Neos: https://github.com/neos/neos-development-collection/pull/5649
Further improvements by compacting the migrations: https://github.com/neos/neos-development-collection/issues/5656