Enable pipeline stage ordering (#577)
* Enable pipeline stage ordering * Removing migration * Remove Save button
This commit is contained in:
@ -434,6 +434,9 @@ model PipelineStage {
|
||||
type String
|
||||
/// @Validator.IsString()
|
||||
color String
|
||||
/// @Validator.IsNumber()
|
||||
/// @Validator.IsOptional()
|
||||
index Int?
|
||||
|
||||
pipelineProgresses PipelineProgress[]
|
||||
pipeline Pipeline @relation(fields: [pipelineId], references: [id])
|
||||
|
||||
Reference in New Issue
Block a user