buster/api/migrations/2025-04-23-133127_migrate_s.../down.sql

7 lines
340 B
MySQL
Raw Normal View History

2025-04-24 01:46:56 +08:00
-- This file should undo anything in `up.sql`
-- Down migration is complex and potentially lossy due to new UUID generation.
-- Manual intervention would be required to restore the previous state.
-- This migration is considered irreversible via automated rollback.
SELECT 1; -- Placeholder to indicate successful execution without action