efiber-prisma-schema 1.10.10 → 1.10.11

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.10",
3
+ "version": "1.10.11",
4
4
  "description": "Database schema for eFiber",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -877,7 +877,7 @@ model WorkOrderPauses {
877
877
  no Int @default(autoincrement())
878
878
 
879
879
  pauseStartAt DateTime
880
- pauseEndAt DateTime
880
+ pauseEndAt DateTime?
881
881
 
882
882
  createdAt DateTime @default(now())
883
883
  updatedAt DateTime @updatedAt