assessment-model/src/app/db
Jun-te Kim 8e39c00ec8 Add journal-tracked migration 0258 for the recommendation_id index
Generated with drizzle-kit generate, then hand-edited to IF NOT EXISTS:
the index already exists on the live DB (created CONCURRENTLY on
2026-07-02), so the migration must no-op there while still building the
index in fresh environments. Snapshot + journal are updated so the next
generated migration doesn't re-emit this index.

Applying it (drizzle-kit migrate) remains a human action.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-02 16:30:42 +00:00
..
migrations Add journal-tracked migration 0258 for the recommendation_id index 2026-07-02 16:30:42 +00:00
schema Add index on plan_recommendations.recommendation_id to Drizzle schema 2026-07-02 16:24:57 +00:00
sql amend migration files 2026-07-02 13:48:46 +00:00
surveyDB added decent homes tab button 2025-09-23 17:21:28 +00:00
backfill-recommendation-denormalization.ts perf(backfill): faster, resumable recommendation denormalization + ops tooling 2026-07-02 10:00:46 +00:00
create_user.ts Added create_user and also making users table schema changes 2023-07-10 19:14:06 +01:00
db.ts uplaod 2026-04-16 16:59:30 +00:00
migrate.ts Got drizzle orm working 2023-07-10 17:48:37 +01:00
run-sql.ts perf(backfill): faster, resumable recommendation denormalization + ops tooling 2026-07-02 10:00:46 +00:00