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

Commita1e7e10

Browse files
chore: disable task notifications by default (#20518)
Relates tocoder/internal#1098Currently task notifications are incredibly noisy. We should disablethem by default for the upcoming release whilst we iron them out.
1 parentcf93c34 commita1e7e10

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
UPDATE notification_templates
2+
SET enabled_by_default= true
3+
WHERE idIN (
4+
'8c5a4d12-9f7e-4b3a-a1c8-6e4f2d9b5a7c',
5+
'3b7e8f1a-4c2d-49a6-b5e9-7f3a1c8d6b4e',
6+
'bd4b7168-d05e-4e19-ad0f-3593b77aa90f',
7+
'd4a6271c-cced-4ed0-84ad-afd02a9c7799'
8+
);
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
UPDATE notification_templates
2+
SET enabled_by_default= false
3+
WHERE idIN (
4+
'8c5a4d12-9f7e-4b3a-a1c8-6e4f2d9b5a7c',
5+
'3b7e8f1a-4c2d-49a6-b5e9-7f3a1c8d6b4e',
6+
'bd4b7168-d05e-4e19-ad0f-3593b77aa90f',
7+
'd4a6271c-cced-4ed0-84ad-afd02a9c7799'
8+
);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp