diff options
-rw-r--r-- | src/cuirass/database.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cuirass/database.scm b/src/cuirass/database.scm index a350922..ea56db3 100644 --- a/src/cuirass/database.scm +++ b/src/cuirass/database.scm @@ -557,7 +557,7 @@ VALUES (" "Insert PRODUCT into BuildProducts table." (with-db-worker-thread db (sqlite-exec db "\ -INSERT INTO BuildProducts (build, type, file_size, checksum, +INSERT OR IGNORE INTO BuildProducts (build, type, file_size, checksum, path) VALUES (" (assq-ref product #:build) ", " (assq-ref product #:type) ", " |