mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
3 lines
194 B
SQL
3 lines
194 B
SQL
-- You cannot safely remove values from enums https://www.postgresql.org/docs/current/datatype-enum.html
|
|
-- You cannot create a new type and do a rename because objects depend on this type now.
|