Activity overview
Latest activity by akhunha
To resolve the "table already exists" error in Flyway, you can either drop the existing flywayScriptLog table or add IF NOT EXISTS to the table creation statement in your migration bitlife scripts. / comments
To resolve the "table already exists" error in Flyway, you can either drop the existing flywayScriptLog table or add IF NOT EXISTS to the table creation statement in your migration bitlife scripts.