Skip to content

Commit f988b39

Browse files
committed
column name fixed
1 parent 10d9e90 commit f988b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/pipeline/workflowStatus/repository/WorkflowStageRepository.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type WorkflowExecutionStage struct {
2525
Id int `sql:"id,pk"`
2626
StageName bean.WorkflowStageName `sql:"stage_name,notnull"` // same as app name
2727
Status bean.WorkflowStageStatus `sql:"status"`
28-
StatusFor bean.WorkflowStageStatusFor `sql:"status_type"`
28+
StatusFor bean.WorkflowStageStatusFor `sql:"status_for"`
2929
Message string `sql:"message"`
3030
Metadata string `sql:"metadata"`
3131
WorkflowId int `sql:"workflow_id,notnull"`

0 commit comments

Comments
 (0)