mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +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.
|