Skip to content

Commit

Permalink
Merge pull request #198 from actiontech/update_default_workflow_template
Browse files Browse the repository at this point in the history
update default workflow template
  • Loading branch information
sjjian authored Jan 7, 2022
2 parents 9f70a95 + 070249b commit 3f207e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sqle/model/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,9 @@ func (s *Storage) CreateDefaultWorkflowTemplate() error {
}
if !exist {
wt := &WorkflowTemplate{
Name: DefaultWorkflowTemplate,
Desc: "默认模板",
Name: DefaultWorkflowTemplate,
Desc: "默认模板",
AllowSubmitWhenLessAuditLevel: string(driver.RuleLevelWarn),
Steps: []*WorkflowStepTemplate{
{
Number: 1,
Expand Down

0 comments on commit 3f207e0

Please sign in to comment.