-- 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