From a56bd28e6491082333aee92a98bd01b9f71bbc44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reynir=20Bj=C3=B6rnsson?= Date: Thu, 14 Sep 2023 12:29:47 +0200 Subject: [PATCH] Add missing right paren --- db/builder_db.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/builder_db.ml b/db/builder_db.ml index 13d63ce..facc93b 100644 --- a/db/builder_db.ml +++ b/db/builder_db.ml @@ -172,7 +172,7 @@ module Build_artifact = struct let exists = cstruct ->! Caqti_type.bool @@ - "SELECT EXISTS(SELECT 1 FROM build_artifact WHERE sha256 = ?" + "SELECT EXISTS(SELECT 1 FROM build_artifact WHERE sha256 = ?)" let add = Caqti_type.(tup2 file (id `build)) ->. Caqti_type.unit @@