mirror of
https://github.com/coder/coder.git
synced 2026-06-06 06:28:20 +00:00
522181fead
This PR is [resolving the dispatch part of Coder Inbocx](https://github.com/coder/internal/issues/403). Since the DB layer has been merged - we now want to insert notifications into Coder Inbox in parallel of the other delivery target. To do so, we push two messages instead of one using the `Enqueue` method.
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
|