mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 12:30:41 +01:00
fix(be): template sql query
This commit is contained in:
parent
5b6bd552a5
commit
e734904f98
@ -72,8 +72,8 @@ func (d *SqlDb) UpdateTemplate(template db.Template) error {
|
||||
"`type`=?, "+
|
||||
"start_version=?,"+
|
||||
"build_template_id=?, "+
|
||||
"view_id=? "+
|
||||
"autorun=? "+
|
||||
"view_id=?, "+
|
||||
"autorun=?, "+
|
||||
"survey_vars=? "+
|
||||
"where removed = false and id=? and project_id=?",
|
||||
template.InventoryID,
|
||||
|
Loading…
Reference in New Issue
Block a user