From a67e9ca49219c7dd9bfd457d95af6164aed20174 Mon Sep 17 00:00:00 2001 From: Molecule AI Backend Engineer Date: Fri, 17 Apr 2026 07:31:14 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20renumber=20audit-events=20migration=20?= =?UTF-8?q?028=20=E2=86=92=20029?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR #641 (workspace_artifacts) already claimed 028 on main. Rename both .up.sql and .down.sql to 029_audit_events.* to avoid the collision when this branch merges. Co-Authored-By: Claude Sonnet 4.6 --- .../{028_audit_events.down.sql => 029_audit_events.down.sql} | 2 +- .../{028_audit_events.up.sql => 029_audit_events.up.sql} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename platform/migrations/{028_audit_events.down.sql => 029_audit_events.down.sql} (54%) rename platform/migrations/{028_audit_events.up.sql => 029_audit_events.up.sql} (98%) diff --git a/platform/migrations/028_audit_events.down.sql b/platform/migrations/029_audit_events.down.sql similarity index 54% rename from platform/migrations/028_audit_events.down.sql rename to platform/migrations/029_audit_events.down.sql index b5b0b55f..8332e099 100644 --- a/platform/migrations/028_audit_events.down.sql +++ b/platform/migrations/029_audit_events.down.sql @@ -1,2 +1,2 @@ --- 028_audit_events.down.sql +-- 029_audit_events.down.sql DROP TABLE IF EXISTS audit_events; diff --git a/platform/migrations/028_audit_events.up.sql b/platform/migrations/029_audit_events.up.sql similarity index 98% rename from platform/migrations/028_audit_events.up.sql rename to platform/migrations/029_audit_events.up.sql index 3033a183..213e0d4c 100644 --- a/platform/migrations/028_audit_events.up.sql +++ b/platform/migrations/029_audit_events.up.sql @@ -1,4 +1,4 @@ --- 028_audit_events.up.sql +-- 029_audit_events.up.sql -- Append-only HMAC-chained agent event log for EU AI Act Annex III compliance. -- Art. 12 record-keeping + Art. 13 transparency. --