We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17896a7 + 3100e1e commit dff874dCopy full SHA for dff874d
1 file changed
src/Share/BackgroundJobs/Diffs/Queries.hs
@@ -18,6 +18,7 @@ submitContributionsToBeDiffed contributions = do
18
)
19
INSERT INTO contribution_diff_queue (contribution_id)
20
SELECT nc.contribution_id FROM new_contributions nc
21
+ ON CONFLICT DO NOTHING
22
|]
23
Notif.notifyChannel Notif.ContributionDiffChannel
24
0 commit comments