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. |
||
|---|---|---|
| .. | ||
| @features | ||
| @packages | ||
| config.yaml | ||
| package.json | ||
| tsconfig.base.json | ||