Fix Builder_db.Build.add
Query was not updated to reflect the new main_binary value
This commit is contained in:
parent
96a3da36cd
commit
75fb497ac1
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ module Build = struct
|
||||||
(uuid, start_d, start_ps, finish_d, finish_ps,
|
(uuid, start_d, start_ps, finish_d, finish_ps,
|
||||||
result_kind, result_code, result_msg, console, script, main_binary, job)
|
result_kind, result_code, result_msg, console, script, main_binary, job)
|
||||||
VALUES
|
VALUES
|
||||||
(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
|
(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
|
||||||
|}
|
|}
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue