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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "efiber-prisma-schema",
3
- "version": "1.10.2",
3
+ "version": "1.10.4",
4
4
  "description": "Database schema for eFiber",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -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?