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