mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
4 lines
239 B
SQL
4 lines
239 B
SQL
DROP TRIGGER IF EXISTS update_notification_message_dedupe_hash ON notification_messages;
|
|
DROP FUNCTION IF EXISTS compute_notification_message_dedupe_hash();
|
|
ALTER TABLE IF EXISTS notification_messages
|
|
DROP COLUMN IF EXISTS dedupe_hash; |