Skip to content

Commit dff874d

Browse files
Merge pull request #67 from unisoncomputing/fix-query
add back ON CONFLICT DO NOTHING
2 parents 17896a7 + 3100e1e commit dff874d

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)