Register 0003_circles in Drizzle migration journal
The SQL file existed but was missing from _journal.json so the migrator skipped it on deploy. Adding the journal entry ensures the circles tables are created on next container boot. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
5fdb69679d
commit
ee3f8b4507
1 changed files with 7 additions and 0 deletions
|
|
@ -22,6 +22,13 @@
|
||||||
"when": 1779539431897,
|
"when": 1779539431897,
|
||||||
"tag": "0002_outfits_table",
|
"tag": "0002_outfits_table",
|
||||||
"breakpoints": true
|
"breakpoints": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idx": 3,
|
||||||
|
"version": "7",
|
||||||
|
"when": 1748134800000,
|
||||||
|
"tag": "0003_circles",
|
||||||
|
"breakpoints": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue