b71a28d3c0
support new types for import * tests pass * missing file * bug fixes
6 lines
324 B
SQL
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.
|