From ee3f8b45071a2b85f92eaec0760246c721de8e6b Mon Sep 17 00:00:00 2001 From: Mannu Date: Sun, 24 May 2026 01:14:38 +0530 Subject: [PATCH] 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 --- drizzle/meta/_journal.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/drizzle/meta/_journal.json b/drizzle/meta/_journal.json index 3cf6f92..eeafc02 100644 --- a/drizzle/meta/_journal.json +++ b/drizzle/meta/_journal.json @@ -22,6 +22,13 @@ "when": 1779539431897, "tag": "0002_outfits_table", "breakpoints": true + }, + { + "idx": 3, + "version": "7", + "when": 1748134800000, + "tag": "0003_circles", + "breakpoints": true } ] } \ No newline at end of file