fix(prisma): Add inverse relation for PlantType specific plants
Some checks are pending
Test / backend-test (push) Waiting to run
Test / frontend-test (push) Waiting to run

This commit is contained in:
fullsizemalt 2026-01-01 16:35:52 -08:00
parent 7ec8b1fc57
commit c962118ba6

View file

@ -531,6 +531,7 @@ model PlantType {
notes String? notes String?
tags String[] tags String[]
customFields Json? customFields Json?
plants FacilityPlant[]
createdAt DateTime @default(now()) createdAt DateTime @default(now())
updatedAt DateTime @updatedAt updatedAt DateTime @updatedAt