efiber-prisma-schema 1.10.0 → 1.10.1

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.0",
3
+ "version": "1.10.1",
4
4
  "description": "Database schema for eFiber",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -380,10 +380,8 @@ model User {
380
380
  cable Cable[]
381
381
  SpliceClosure SpliceClosure[]
382
382
  CableTemplate CableTemplate[]
383
- CentralOffice CentralOffice? @relation(fields: [centralOfficeId], references: [id])
384
- centralOfficeId String?
385
- Cluster Cluster? @relation(fields: [clusterId], references: [id])
386
- clusterId String?
383
+ CentralOffices CentralOffice[]
384
+ Clusters Cluster[]
387
385
  projectPhaseLog projectPhaseLog[]
388
386
  ZoneNro ZoneNro[]
389
387
  Pole Pole[]