client_bookings has FKs to calendar_events(id) and income_sessions(id), so its migration must run after both. The old position (right after bookingMigrations) only failed on a from-scratch build — incremental prod DBs already had the target tables — but it breaks the ephemeral E2E test DB. Move it after incomeSessionMigrations. |
||
|---|---|---|
| .. | ||
| config | ||
| scripts | ||
| src | ||
| tests/processors | ||
| .dependency-cruiser.cjs | ||
| .env.development | ||
| bunfig.toml | ||
| package.json | ||
| tsconfig.json | ||