aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix-qa-frontpage/database.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-qa-frontpage/database.scm b/guix-qa-frontpage/database.scm
index 50276d7..a53be99 100644
--- a/guix-qa-frontpage/database.scm
+++ b/guix-qa-frontpage/database.scm
@@ -492,7 +492,7 @@ VALUES (:key, :timestamp, :data)"
"
INSERT INTO builds_to_cancel_later (category_name, category_value)
VALUES (:name, :value)
-ON CONFLICT IGNORE"
+ON CONFLICT DO NOTHING"
#:cache? #t)))
(sqlite-bind-arguments
statement