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 @@