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 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user