From adf1c727b86a9c07071db0101fe51faa6eb99b27 Mon Sep 17 00:00:00 2001 From: ordinarthur <@arthurbarre.js@gmail.com> Date: Fri, 17 Apr 2026 08:20:13 +0200 Subject: [PATCH] add migration 0008 to drizzle journal The migration file existed but was missing from the _journal.json registry, so the Drizzle migrator skipped it. Co-Authored-By: Claude Sonnet 4.6 --- packages/db/migrations/meta/_journal.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/db/migrations/meta/_journal.json b/packages/db/migrations/meta/_journal.json index a961d7e..a8ff487 100644 --- a/packages/db/migrations/meta/_journal.json +++ b/packages/db/migrations/meta/_journal.json @@ -57,6 +57,13 @@ "when": 1745366400000, "tag": "0007_ideas_nullable_project", "breakpoints": true + }, + { + "idx": 8, + "version": "7", + "when": 1745452800000, + "tag": "0008_meds_morning_evening", + "breakpoints": true } ] }