octopod/migrations/revert/add_detailed_failures.sql

10 lines
192 B
MySQL
Raw Permalink Normal View History

-- Revert octopod:add_detailed_failures from pg
BEGIN;
ALTER TYPE statuses RENAME VALUE 'GenericFailure' TO 'Failure';
-- NOTE: not a full revert. Removing enum values is a pain.
COMMIT;