Files
query-orchestration/internal/database/migrations/00000000000125_multiformat_support.down.sql
T
Jay Brown b71a28d3c0 Merged in feature/support-more-types (pull request #219)
support new types for import

* tests pass

* missing file

* bug fixes
2026-03-31 17:40:42 +00:00

6 lines
324 B
SQL

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