Skip to content

Commit 898856d

Browse files
committed
fix
1 parent 65cf4a8 commit 898856d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/queries/notifications.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,4 +188,4 @@ WHERE
188188
-- Insert or update notification report generator logs with recent activity.
189189
INSERT INTO notification_report_generator_logs (notification_template_id, last_generated_at) VALUES (@notification_template_id, @last_generated_at)
190190
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;
191+
WHERE notification_report_generator_logs.notification_template_id = EXCLUDED.notification_template_id;

0 commit comments

Comments
 (0)