From 70e9375b3ae2dcc445ef8c7aa92957e5eb1e17c3 Mon Sep 17 00:00:00 2001 From: fuomag9 <1580624+fuomag9@users.noreply.github.com> Date: Fri, 6 Mar 2026 16:12:10 +0100 Subject: [PATCH] add migration 0014 to drizzle journal _journal.json must list every migration for the Drizzle migrator to pick it up at runtime. 0014_waf_blocked was missing, so the blocked column was never added to waf_events. 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 402b13bf..a2d0f1f7 100644 --- a/drizzle/meta/_journal.json +++ b/drizzle/meta/_journal.json @@ -99,6 +99,13 @@ "when": 1772500000000, "tag": "0013_issued_client_certificates", "breakpoints": true + }, + { + "idx": 14, + "version": "6", + "when": 1772806000000, + "tag": "0014_waf_blocked", + "breakpoints": true } ] }