efiber-prisma-schema 2.1.1 → 2.1.2

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "prisma-client-761b90eae45b5a66adb11d66765ab43961ed0387a8e0b49d52cbb49f75fbd65f",
2
+ "name": "prisma-client-43808c6dbd59eabd1a51b960fafd151ed63cc2606158c26a92a6d6d5c6b7fe34",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "default.js",
@@ -905,6 +905,8 @@ model WorkOrder {
905
905
  buildingId String?
906
906
  WorkOrderPauses WorkOrderPauses[]
907
907
  WorkOrderComments WorkOrderComments[]
908
+
909
+ @@unique([mainId, projectId])
908
910
  }
909
911
 
910
912
  model WorkOrderChannel {
@@ -2220,9 +2222,9 @@ model Pole {
2220
2222
 
2221
2223
  address String? //Address of the pole
2222
2224
  material String? //Material of the pole
2223
- height Float? //Height of the pole in meters
2224
- topDiameter Float? //Top diameter of the pole in meters
2225
- bottomDiameter Float? //Bottom diameter of the pole in meters
2225
+ height String? //Height of the pole in meters
2226
+ topDiameter String? //Top diameter of the pole in meters
2227
+ bottomDiameter String? //Bottom diameter of the pole in meters
2226
2228
  downGuy Boolean @default(false) //Does the pole have a down guy?
2227
2229
  brand String? //Brand of the pole
2228
2230
  brandDescription String? //Description of the brand