From 22135859c2ff9046c928ef3cac5ad776740e5dff Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Thu, 14 May 2026 07:38:01 +0000 Subject: [PATCH] fix(GRO-1208): remove phantom 0031_steady_veda journal entry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 0031_steady_veda has no corresponding SQL file — caused Drizzle migration runner to exit 1 in E2E. Renumber 0032_staff_read_at to idx 31. Co-Authored-By: Paperclip --- packages/db/migrations/meta/_journal.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/packages/db/migrations/meta/_journal.json b/packages/db/migrations/meta/_journal.json index 95ed7f0..ff0c252 100644 --- a/packages/db/migrations/meta/_journal.json +++ b/packages/db/migrations/meta/_journal.json @@ -222,13 +222,6 @@ { "idx": 31, "version": "7", - "when": 1778732072097, - "tag": "0031_steady_veda", - "breakpoints": true - }, - { - "idx": 32, - "version": "7", "when": 1778818472097, "tag": "0032_staff_read_at", "breakpoints": true