efiber-prisma-schema 1.12.8 → 1.12.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/prisma/schema.prisma
CHANGED
|
@@ -2398,6 +2398,7 @@ model Cluster {
|
|
|
2398
2398
|
|
|
2399
2399
|
projectPhase String? @default("In-Progress")
|
|
2400
2400
|
namingConvention Json?
|
|
2401
|
+
installationStatus Int? @default(0) //percentage of installation completed
|
|
2401
2402
|
|
|
2402
2403
|
centralOffice CentralOffice? @relation(fields: [centralOfficeId], references: [id])
|
|
2403
2404
|
centralOfficeId String?
|