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. --