efiber-prisma-schema 1.2.4 → 1.2.5
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
|
@@ -1203,6 +1203,7 @@ model PboFat {
|
|
|
1203
1203
|
terminalAccess Boolean @default(false)
|
|
1204
1204
|
photos Json? //Upload files for photos
|
|
1205
1205
|
zone String? //Color code for zone
|
|
1206
|
+
geometry String? //Icon for the PBO FAT
|
|
1206
1207
|
|
|
1207
1208
|
createdAt DateTime @default(now())
|
|
1208
1209
|
updatedAt DateTime @updatedAt
|