refactor: change currently unused field name
This commit is contained in:
parent
6d336e7e90
commit
2973290184
1 changed files with 2 additions and 2 deletions
|
|
@ -1135,8 +1135,8 @@ model Service {
|
||||||
status Status @default(CREATED)
|
status Status @default(CREATED)
|
||||||
statusOrder Int @default(0)
|
statusOrder Int @default(0)
|
||||||
|
|
||||||
workflowTemplateId String?
|
workflowId String?
|
||||||
workflowTemplate WorkflowTemplate? @relation(fields: [workflowTemplateId], references: [id])
|
workflow WorkflowTemplate? @relation(fields: [workflowId], references: [id])
|
||||||
|
|
||||||
shared Boolean @default(false)
|
shared Boolean @default(false)
|
||||||
selectedImage String?
|
selectedImage String?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue