mirror of
https://github.com/coder/coder.git
synced 2026-09-23 05:43:53 +08:00
Closes [coder/internal#1012](https://github.com/coder/internal/issues/1012)
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.
|