Skip to content

Commit 4cacf4d

Browse files
committed
WIP
1 parent 832bf38 commit 4cacf4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

coderd/database/migrations/000250_email_reports.up.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ We recommend reviewing these issues to ensure future builds are successful.',
1919
}
2020
]'::jsonb);
2121

22-
CREATE TABLE report_generator_logs
22+
CREATE TABLE notification_report_generator_logs
2323
(
2424
user_id uuid NOT NULL,
2525
notification_template_id uuid NOT NULL,
@@ -28,4 +28,4 @@ CREATE TABLE report_generator_logs
2828
PRIMARY KEY (user_id, notification_template_id)
2929
);
3030

31-
COMMENT ON TABLE report_generator_logs IS 'Log of generated reports for users.';
31+
COMMENT ON TABLE notification_report_generator_logs IS 'Log of generated reports for users.';

0 commit comments

Comments
 (0)