workspace database table updates

This commit is contained in:
rushtehrani
2020-04-26 11:27:18 -07:00
parent 27c586560b
commit 151bf47dba
4 changed files with 29 additions and 22 deletions

View File

@@ -73,6 +73,8 @@ func (c *Client) createWorkflowTemplate(namespace string, workflowTemplate *Work
return nil, err
}
workflowTemplate.Version = versionUnix
return workflowTemplate, nil
}