Migration fails on new MYSQL database
Status: Beta
Brought to you by:
adam_boas
Caused by: liquibase.exception.MigrationFailedException: Migration failed for change set classpath:db-changelog.xml::9::adam:
Reason: liquibase.exception.StatementNotSupportedOnDatabaseException: liquibase.database.sql.RenameColumnStatement is not supported on MySQL: columnDataType is required to rename columns:
Caused By: liquibase.database.sql.RenameColumnStatement is not supported on MySQL: columnDataType is required to rename columns