Files
query-orchestration/internal/database/migrations/00000000000125_multiformat_support.down.sql
T

6 lines
324 B
SQL
Raw Normal View History

-- PostgreSQL does not support removing enum values directly.
-- To reverse this migration, the enum types would need to be recreated.
-- This is intentionally left as a no-op since removing enum values
-- requires recreating the type and all dependent columns.
-- In practice, these enum values are safe to leave in place.