AntiPattern
Migration and Runtime Coupling
migration-runtime-coupling
Database schema evolution and runtime boot are coupled through migration/test wiring, raw SQL replays, and metadata parsing, so stray files or non-idempotent scripts corrupt state, skip jobs, or make tests fail before the app can start safely.