efiber-prisma-schema 1.10.2 → 1.10.4
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 +1 -1
- package/prisma/schema.prisma +1 -0
package/package.json
CHANGED
package/prisma/schema.prisma
CHANGED
|
@@ -2110,6 +2110,7 @@ model Cluster {
|
|
|
2110
2110
|
deletedAt DateTime?
|
|
2111
2111
|
|
|
2112
2112
|
projectPhase String? @default("In-Progress")
|
|
2113
|
+
namingConvention Json?
|
|
2113
2114
|
|
|
2114
2115
|
centralOffice CentralOffice? @relation(fields: [centralOfficeId], references: [id])
|
|
2115
2116
|
centralOfficeId String?
|