Skip to content

Commit aa1ee8b

Browse files
committed
Re add ON CONFLICT DO NOTHING
1 parent 01abe25 commit aa1ee8b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Share/BackgroundJobs/Diffs/Queries.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ submitContributionsToBeDiffed contributions = do
1818
)
1919
INSERT INTO contribution_diff_queue (contribution_id)
2020
SELECT nc.contribution_id FROM new_contributions nc
21+
ON CONFLICT DO NOTHING
2122
|]
2223
Notif.notifyChannel Notif.ContributionDiffChannel
2324

0 commit comments

Comments
 (0)