forked from molecule-ai/molecule-core
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:
parent
7584267a80
commit
a67e9ca492
@ -1,2 +1,2 @@
|
||||
-- 028_audit_events.down.sql
|
||||
-- 029_audit_events.down.sql
|
||||
DROP TABLE IF EXISTS audit_events;
|
||||
@ -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.
|
||||
--
|
||||
Loading…
Reference in New Issue
Block a user