Files
GearBox/drizzle/meta/_journal.json
Jean-Luc Makiola 2ce54e5990 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
2026-03-16 21:38:55 +01:00

41 lines
774 B
JSON

{
"version": "7",
"dialect": "sqlite",
"entries": [
{
"idx": 0,
"version": "6",
"when": 1773589489626,
"tag": "0000_bitter_luckman",
"breakpoints": true
},
{
"idx": 1,
"version": "6",
"when": 1773593102000,
"tag": "0001_rename_emoji_to_icon",
"breakpoints": true
},
{
"idx": 2,
"version": "6",
"when": 1773666521689,
"tag": "0002_broken_roughhouse",
"breakpoints": true
},
{
"idx": 3,
"version": "6",
"when": 1773670263013,
"tag": "0003_misty_mongu",
"breakpoints": true
},
{
"idx": 4,
"version": "6",
"when": 1773693113029,
"tag": "0004_soft_synch",
"breakpoints": true
}
]
}