mirror of https://github.com/buster-so/buster.git
7 lines
340 B
MySQL
7 lines
340 B
MySQL
|
-- 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
|