From 0d384440eaa5dc9a4da6f5d91bf68296d3f14f42 Mon Sep 17 00:00:00 2001 From: Marcin Tojek Date: Fri, 2 Aug 2024 11:32:31 +0200 Subject: [PATCH 1/2] fix: wrong notification group --- .../migrations/000235_fix_notifications_group.down.sql | 5 +++++ .../migrations/000235_fix_notifications_group.up.sql | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 coderd/database/migrations/000235_fix_notifications_group.down.sql create mode 100644 coderd/database/migrations/000235_fix_notifications_group.up.sql diff --git a/coderd/database/migrations/000235_fix_notifications_group.down.sql b/coderd/database/migrations/000235_fix_notifications_group.down.sql new file mode 100644 index 0000000000000..e38670569cafb --- /dev/null +++ b/coderd/database/migrations/000235_fix_notifications_group.down.sql @@ -0,0 +1,5 @@ +UPDATE notification_templates +SET + group = E'Workspace Events' +WHERE + id = '4e19c0ac-94e1-4532-9515-d1801aa283b2'; diff --git a/coderd/database/migrations/000235_fix_notifications_group.up.sql b/coderd/database/migrations/000235_fix_notifications_group.up.sql new file mode 100644 index 0000000000000..cbfc05584feb9 --- /dev/null +++ b/coderd/database/migrations/000235_fix_notifications_group.up.sql @@ -0,0 +1,5 @@ +UPDATE notification_templates +SET + group = E'User Events' +WHERE + id = '4e19c0ac-94e1-4532-9515-d1801aa283b2'; From da590357f67576f6b6d50d7ebfee9a1899df937c Mon Sep 17 00:00:00 2001 From: Marcin Tojek Date: Fri, 2 Aug 2024 11:51:37 +0200 Subject: [PATCH 2/2] quotes --- .../database/migrations/000235_fix_notifications_group.down.sql | 2 +- .../database/migrations/000235_fix_notifications_group.up.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coderd/database/migrations/000235_fix_notifications_group.down.sql b/coderd/database/migrations/000235_fix_notifications_group.down.sql index e38670569cafb..67d0619e23e30 100644 --- a/coderd/database/migrations/000235_fix_notifications_group.down.sql +++ b/coderd/database/migrations/000235_fix_notifications_group.down.sql @@ -1,5 +1,5 @@ UPDATE notification_templates SET - group = E'Workspace Events' + "group" = E'Workspace Events' WHERE id = '4e19c0ac-94e1-4532-9515-d1801aa283b2'; diff --git a/coderd/database/migrations/000235_fix_notifications_group.up.sql b/coderd/database/migrations/000235_fix_notifications_group.up.sql index cbfc05584feb9..b55962cc8bfb9 100644 --- a/coderd/database/migrations/000235_fix_notifications_group.up.sql +++ b/coderd/database/migrations/000235_fix_notifications_group.up.sql @@ -1,5 +1,5 @@ UPDATE notification_templates SET - group = E'User Events' + "group" = E'User Events' WHERE id = '4e19c0ac-94e1-4532-9515-d1801aa283b2'; pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy