Enable pipeline stage ordering (#577)

* Enable pipeline stage ordering

* Removing migration

* Remove Save button
This commit is contained in:
Charles Bochet
2023-07-10 17:20:37 -07:00
committed by GitHub
parent eae583209e
commit 03c6d1f19d
56 changed files with 322 additions and 10 deletions

View File

@ -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])