Benjamin Admin
637fab6fdb
CI/CD / go-lint (push) Has been skipped
CI/CD / python-lint (push) Has been skipped
CI/CD / nodejs-lint (push) Has been skipped
CI/CD / test-go-ai-compliance (push) Successful in 33s
CI/CD / test-python-backend-compliance (push) Successful in 39s
CI/CD / test-python-document-crawler (push) Successful in 22s
CI/CD / test-python-dsms-gateway (push) Successful in 21s
CI/CD / validate-canonical-controls (push) Successful in 12s
CI/CD / Deploy (push) Successful in 2s
fix: migration runner strips BEGIN/COMMIT and guards missing tables
...
Root cause: migrations 046-047 used explicit BEGIN/COMMIT which
conflicts with psycopg2 implicit transactions, and ALTER TABLE
on canonical_controls fails when the table doesn't exist on
production. This blocked all subsequent migrations (048-053).
Changes:
- migration_runner.py: strip BEGIN/COMMIT from SQL before executing
- 046: wrap canonical_controls ALTER in DO $$ IF EXISTS block
- 047: wrap canonical_controls ALTER in DO $$ IF EXISTS block
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-14 21:59:10 +01:00
..
2026-03-02 07:58:08 +01:00
2026-03-02 11:04:31 +01:00
2026-03-02 11:04:31 +01:00
2026-03-02 11:04:31 +01:00
2026-03-02 11:04:31 +01:00
2026-03-02 17:14:58 +01:00
2026-03-03 08:25:13 +01:00
2026-03-03 08:25:13 +01:00
2026-03-03 11:54:25 +01:00
2026-03-03 12:48:43 +01:00
2026-03-03 12:48:43 +01:00
2026-03-03 12:48:43 +01:00
2026-03-03 15:58:50 +01:00
2026-03-03 18:04:53 +01:00
2026-03-03 18:04:53 +01:00
2026-03-03 18:04:53 +01:00
2026-03-03 18:04:53 +01:00
2026-03-03 23:12:07 +01:00
2026-03-04 09:00:25 +01:00
2026-03-04 10:47:38 +01:00
2026-03-04 12:06:26 +01:00
2026-03-04 13:23:03 +01:00
2026-03-04 14:35:56 +01:00
2026-03-04 22:41:05 +01:00
2026-03-05 00:05:10 +01:00
2026-03-05 00:36:24 +01:00
2026-03-05 00:36:24 +01:00
2026-03-05 09:32:31 +01:00
2026-03-05 00:36:24 +01:00
2026-03-05 10:03:09 +01:00
2026-03-05 11:42:19 +01:00
2026-03-05 17:24:15 +01:00
2026-03-06 17:14:38 +01:00
2026-03-06 17:35:44 +01:00
2026-03-07 14:12:34 +01:00
2026-03-07 14:12:34 +01:00
2026-03-07 14:12:34 +01:00
2026-03-07 14:12:34 +01:00
2026-03-09 15:06:06 +01:00
2026-03-09 20:12:54 +01:00
2026-03-09 20:43:23 +01:00
2026-03-09 23:54:20 +01:00
2026-03-10 13:11:00 +01:00
2026-03-12 19:55:06 +01:00
2026-03-13 00:28:21 +01:00
2026-03-14 21:59:10 +01:00
2026-03-14 21:59:10 +01:00
2026-03-14 21:45:00 +01:00
2026-03-14 21:45:00 +01:00
2026-03-14 21:03:04 +01:00
2026-03-14 21:03:04 +01:00
2026-03-14 21:03:04 +01:00
2026-03-14 21:03:04 +01:00