mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
feat: add notification preferences database & audit support (#14100)
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
ALTER TABLE notification_templates
|
||||
DROP COLUMN IF EXISTS method,
|
||||
DROP COLUMN IF EXISTS kind;
|
||||
|
||||
DROP TABLE IF EXISTS notification_preferences;
|
||||
DROP TYPE IF EXISTS notification_template_kind;
|
||||
|
||||
DROP TRIGGER IF EXISTS inhibit_enqueue_if_disabled ON notification_messages;
|
||||
DROP FUNCTION IF EXISTS inhibit_enqueue_if_disabled;
|
Reference in New Issue
Block a user