Skip to content

Commit

Permalink
on conflict do nothing for config insert
Browse files Browse the repository at this point in the history
  • Loading branch information
afwilcox committed Oct 16, 2023
1 parent cda2c13 commit 93b4fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/db/migrations/R__Configuration-values.sql
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ true,
CURRENT_USER,
CURRENT_TIMESTAMP,
CURRENT_USER,
CURRENT_TIMESTAMP);
CURRENT_TIMESTAMP) ON CONFLICT DO NOTHING;

0 comments on commit 93b4fc4

Please sign in to comment.