mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
4 lines
181 B
SQL
4 lines
181 B
SQL
-- No-op: keep enum values to avoid dependency churn.
|
|
-- If strict removal is required, create a new enum type without these values,
|
|
-- cast columns, drop the old type, and rename.
|