We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10d9e90 + f988b39 commit dd968f0Copy full SHA for dd968f0
pkg/pipeline/workflowStatus/repository/WorkflowStageRepository.go
@@ -25,7 +25,7 @@ type WorkflowExecutionStage struct {
25
Id int `sql:"id,pk"`
26
StageName bean.WorkflowStageName `sql:"stage_name,notnull"` // same as app name
27
Status bean.WorkflowStageStatus `sql:"status"`
28
- StatusFor bean.WorkflowStageStatusFor `sql:"status_type"`
+ StatusFor bean.WorkflowStageStatusFor `sql:"status_for"`
29
Message string `sql:"message"`
30
Metadata string `sql:"metadata"`
31
WorkflowId int `sql:"workflow_id,notnull"`
0 commit comments