chore: renumber audit-events migration 028 → 029

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 <noreply@anthropic.com>
This commit is contained in:
Molecule AI Backend Engineer 2026-04-17 07:31:14 +00:00
parent 7584267a80
commit a67e9ca492
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
-- 028_audit_events.down.sql
-- 029_audit_events.down.sql
DROP TABLE IF EXISTS audit_events;

View File

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