Skip to content

chore: cherry pick migrations for release 2.22 #17873

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
May 16, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: rename "Test Notification" to "Troubleshooting Notification" (#…
…17790)

Rename the "Test Notification" to "Troubleshooting Notification"

(cherry picked from commit b0788f4)
  • Loading branch information
DanielleMaywood authored and stirby committed May 15, 2025
commit 21ed674b5c9871e108cf47c081e0bd4d35a2cbbe
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
UPDATE notification_templates
SET name = 'Test Notification'
WHERE id = 'c425f63e-716a-4bf4-ae24-78348f706c3f';
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
UPDATE notification_templates
SET name = 'Troubleshooting Notification'
WHERE id = 'c425f63e-716a-4bf4-ae24-78348f706c3f';
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"msg_id": "00000000-0000-0000-0000-000000000000",
"payload": {
"_version": "1.2",
"notification_name": "Test Notification",
"notification_name": "Troubleshooting Notification",
"notification_template_id": "00000000-0000-0000-0000-000000000000",
"user_id": "00000000-0000-0000-0000-000000000000",
"user_email": "bobby@coder.com",
Expand Down