Skip to content

Commit bd1a417

Browse files
committed
add image_state in cwr
1 parent 1b440ad commit bd1a417

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/sql/repository/pipelineConfig/CdWorfkflowRepository.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ type CdWorkflowRunner struct {
126126
RefCdWorkflowRunnerId int `sql:"ref_cd_workflow_runner_id,notnull"`
127127
ImagePathReservationIds []int `sql:"image_path_reservation_ids" pg:",array,notnull"`
128128
ReferenceId *string `sql:"reference_id"`
129+
ImageState string `sql:"image_state"` // image_state currently not utilized in oss
129130
CdWorkflow *CdWorkflow
130131
sql.AuditLog
131132
}

0 commit comments

Comments
 (0)