From 2f7a979ee6002cc0dfc5c7b4e3665f382ed447a1 Mon Sep 17 00:00:00 2001 From: Molecule AI Triage Operator Date: Fri, 17 Apr 2026 16:36:52 +0000 Subject: [PATCH] =?UTF-8?q?chore(migrations):=20rename=20029=5Faudit=5Feve?= =?UTF-8?q?nts=20=E2=86=92=20030=5Faudit=5Fevents=20(collision=20with=2002?= =?UTF-8?q?9=5Fworkspace=5Fhibernation)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .../{029_audit_events.down.sql => 030_audit_events.down.sql} | 0 .../{029_audit_events.up.sql => 030_audit_events.up.sql} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename platform/migrations/{029_audit_events.down.sql => 030_audit_events.down.sql} (100%) rename platform/migrations/{029_audit_events.up.sql => 030_audit_events.up.sql} (100%) diff --git a/platform/migrations/029_audit_events.down.sql b/platform/migrations/030_audit_events.down.sql similarity index 100% rename from platform/migrations/029_audit_events.down.sql rename to platform/migrations/030_audit_events.down.sql diff --git a/platform/migrations/029_audit_events.up.sql b/platform/migrations/030_audit_events.up.sql similarity index 100% rename from platform/migrations/029_audit_events.up.sql rename to platform/migrations/030_audit_events.up.sql