Fix Builder_db.Build.add

Query was not updated to reflect the new main_binary value
This commit is contained in:
Reynir Björnsson 2021-01-28 14:19:36 +01:00
parent 96a3da36cd
commit 75fb497ac1

View file

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