fix(prisma): Add inverse relation for PlantType specific plants
This commit is contained in:
parent
7ec8b1fc57
commit
c962118ba6
1 changed files with 1 additions and 0 deletions
|
|
@ -531,6 +531,7 @@ model PlantType {
|
|||
notes String?
|
||||
tags String[]
|
||||
customFields Json?
|
||||
plants FacilityPlant[]
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @updatedAt
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue