6ef7b292cce5294111d67f553e5d2473938158eb
Local dev databases that existed before Flyway was introduced have tables but no flyway_schema_history. Flyway refuses to migrate a non-empty schema without a history table. baselineOnMigrate=true with baselineVersion=4 stamps those databases as already at V4 without re-running migrations. Fresh databases (CI) have an empty schema so the baseline is never triggered and all 4 migrations run normally. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
No description provided
Languages
Python
73.1%
TypeScript
11.5%
Java
10.9%
Svelte
4.2%
Shell
0.1%