Skip to content

Commit dd968f0

Browse files
Merge pull request #6378 from devtron-labs/workflow_execution_stage-fix
sync: Workflow execution stage fix
2 parents 10d9e90 + f988b39 commit dd968f0

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)