mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
Due to the [merge of this PR](https://github.com/coder/coder/pull/16764) - two migration are overlapping in term of numbers - should increase migration number of notifications.
4 lines
211 B
SQL
4 lines
211 B
SQL
-- The migration is about an enum value change
|
|
-- As we can not remove a value from an enum, we can let the down migration empty
|
|
-- In order to avoid any failure, we use ADD VALUE IF NOT EXISTS to add the value
|