chore(10-01): add Drizzle migration for pros/cons columns

- drizzle/0004_soft_synch.sql: ALTER TABLE thread_candidates ADD COLUMN pros/cons
- drizzle/meta/0004_snapshot.json: updated schema snapshot
- drizzle/meta/_journal.json: migration journal entry
This commit is contained in:
2026-03-16 21:38:55 +01:00
parent 11912a9416
commit 2ce54e5990
3 changed files with 506 additions and 0 deletions

View File

@@ -29,6 +29,13 @@
"when": 1773670263013,
"tag": "0003_misty_mongu",
"breakpoints": true
},
{
"idx": 4,
"version": "6",
"when": 1773693113029,
"tag": "0004_soft_synch",
"breakpoints": true
}
]
}