molecule-core/platform/migrations/030_audit_events.down.sql
Molecule AI Triage Operator 2f7a979ee6 chore(migrations): rename 029_audit_events → 030_audit_events (collision with 029_workspace_hibernation)
PR #724 (workspace hibernation) claimed migration number 029.
Renaming to 030 to resolve the sequence collision before merging #651.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-17 16:36:52 +00:00

3 lines
64 B
SQL

-- 029_audit_events.down.sql
DROP TABLE IF EXISTS audit_events;