aboutsummaryrefslogtreecommitdiff
path: root/guix-qa-frontpage
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2023-08-12 12:44:58 +0100
committerChristopher Baines <mail@cbaines.net>2023-08-12 12:44:58 +0100
commitba3f4c66ebd4a9ccc8cfe8e3a38812ccadcd933a (patch)
treed86c78dd1cd7b41cf03051126f01f8d828b7d96f /guix-qa-frontpage
parent6e30211837aeb51e332afe66ce006287a9be87e5 (diff)
downloadqa-frontpage-ba3f4c66ebd4a9ccc8cfe8e3a38812ccadcd933a.tar
qa-frontpage-ba3f4c66ebd4a9ccc8cfe8e3a38812ccadcd933a.tar.gz
Fix insert statement
Diffstat (limited to 'guix-qa-frontpage')
-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