Skip to content

Releases: Angle/doctrine-migrations

Hotfix: TableMetadataStorage set MySQL platform options

26 Jun 22:57
Compare
Choose a tag to compare

TableMetadataStorage initialization check were failing because the Abstract "Expected Table" does not contain platformOptions while the Introspect table obtained from querying a real MySQL server contains those platform options.

The hotfix hardcodes the platformOptions as: utf8mb4 with utf8mb4_general_ci to allow the TableMetadataStorage check to pass it's sync process.