We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65cf4a8 commit 898856dCopy full SHA for 898856d
coderd/database/queries/notifications.sql
@@ -188,4 +188,4 @@ WHERE
188
-- Insert or update notification report generator logs with recent activity.
189
INSERT INTO notification_report_generator_logs (notification_template_id, last_generated_at) VALUES (@notification_template_id, @last_generated_at)
190
ON CONFLICT (notification_template_id) DO UPDATE set last_generated_at = EXCLUDED.last_generated_at
191
-WHERE report_generator_logs.notification_template_id = EXCLUDED.notification_template_id;
+WHERE notification_report_generator_logs.notification_template_id = EXCLUDED.notification_template_id;
0 commit comments