fix(perf): move migration 171 to repo-root data/sql/ so the deploy applies it
The objective_corpus_room_month index migration (#1942) was committed to backend/data/sql/171_*, but the main deploy runner applies migrations from repo-root data/sql/*.sql (deploy.yml:280) and the path trigger is data/sql/**. So the file never ran — prod still seq-scans (verified post-deploy: index absent, query 265ms). Move it to data/sql/171_* (alongside 170) so it deploys. No SQL change; the index itself was dry-run-verified on prod (BEGIN/ROLLBACK).
This commit is contained in:
parent
47fe8e2469
commit
23cc188972
1 changed files with 0 additions and 0 deletions
Loading…
Add table
Reference in a new issue