mysql - How to fix breaking changes with flyway? -
i have mysql database. in 1 of earliest schema versions there script created table null primary key (yes bug in mysql <= version 5.6)
when upgrading server mysql57 migration stops @ point , cannot continue because of migration script not compatible anymore.
i mean, cannot fix migration script schema v3 when in v11 now, , has checksum also.
how handle kind of situations?
it seems, 1 possible solution modify old migration script , call repair before migration correct checksums.
Comments
Post a Comment