From 75fb497ac1c9812a89de53c5a257ae23c483d32c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reynir=20Bj=C3=B6rnsson?= Date: Thu, 28 Jan 2021 14:19:36 +0100 Subject: [PATCH] Fix Builder_db.Build.add Query was not updated to reflect the new main_binary value --- 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 def2a8b..5187e45 100644 --- a/db/builder_db.ml +++ b/db/builder_db.ml @@ -366,7 +366,7 @@ module Build = struct (uuid, start_d, start_ps, finish_d, finish_ps, result_kind, result_code, result_msg, console, script, main_binary, job) VALUES - (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) + (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) |} end