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)
|
||||
statusOrder Int @default(0)
|
||||
|
||||
workflowTemplateId String?
|
||||
workflowTemplate WorkflowTemplate? @relation(fields: [workflowTemplateId], references: [id])
|
||||
workflowId String?
|
||||
workflow WorkflowTemplate? @relation(fields: [workflowId], references: [id])
|
||||
|
||||
shared Boolean @default(false)
|
||||
selectedImage String?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue