efiber-prisma-schema 1.6.7 → 1.6.8
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 +2 -0
package/package.json
CHANGED
package/prisma/schema.prisma
CHANGED
|
@@ -1479,6 +1479,7 @@ model ZoneNro {
|
|
|
1479
1479
|
zone Json?
|
|
1480
1480
|
geometry Json?
|
|
1481
1481
|
attributes Json?
|
|
1482
|
+
coordinates Json?
|
|
1482
1483
|
|
|
1483
1484
|
createdAt DateTime @default(now())
|
|
1484
1485
|
updatedAt DateTime @updatedAt
|
|
@@ -1509,6 +1510,7 @@ model ZoneNroTemplate {
|
|
|
1509
1510
|
zone Json?
|
|
1510
1511
|
geometry Json?
|
|
1511
1512
|
attributes Json?
|
|
1513
|
+
coordinates Json?
|
|
1512
1514
|
|
|
1513
1515
|
createdAt DateTime @default(now())
|
|
1514
1516
|
updatedAt DateTime @updatedAt
|