mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
4 lines
178 B
SQL
4 lines
178 B
SQL
DROP TABLE IF EXISTS notification_messages;
|
|
DROP TABLE IF EXISTS notification_templates;
|
|
DROP TYPE IF EXISTS notification_method;
|
|
DROP TYPE IF EXISTS notification_message_status; |