Backend crashed on startup because the prod DB still records V6 (and possibly V2/V4) from when seeds lived in db/migration, while prod only loads schema migrations. ignore-migration-patterns alone did not prevent validate failure on the runner. - Run Flyway repair before migrate on the prod profile - Add ProdFlywayConfigTest for repair-then-migrate order - Document the V6 error in README deploy troubleshooting |
||
|---|---|---|
| .. | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| build.gradle | ||
| gradlew.bat | ||