Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite57c305

Browse files
committed
Remove redundant suffix on trigger name
Signed-off-by: Danny Kopping <danny@coder.com>
1 parent184bc2b commite57c305

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎coderd/database/dump.sql

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎coderd/database/migrations/000232_notification_preferences.down.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ ALTER TABLE notification_templates
55
DROPTABLE IF EXISTS notification_preferences;
66
DROPTYPE IF EXISTS notification_template_kind;
77

8-
DROPTRIGGER IF EXISTSinhibit_enqueue_if_disabled_triggerON notification_messages;
8+
DROPTRIGGER IF EXISTSinhibit_enqueue_if_disabledON notification_messages;
99
DROPFUNCTION IF EXISTS inhibit_enqueue_if_disabled;

‎coderd/database/migrations/000232_notification_preferences.up.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ END;
4545
$$ LANGUAGE plpgsql;
4646

4747
-- Trigger to execute above function on insertion.
48-
CREATETRIGGERinhibit_enqueue_if_disabled_trigger
48+
CREATETRIGGERinhibit_enqueue_if_disabled
4949
BEFORE INSERT
5050
ON notification_messages
5151
FOR EACH ROW

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp