efiber-prisma-schema 1.9.2 → 1.9.3
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 -1
package/package.json
CHANGED
package/prisma/schema.prisma
CHANGED
|
@@ -2147,7 +2147,7 @@ model Cluster {
|
|
|
2147
2147
|
FDTSROTemplate FDTSROTemplate[]
|
|
2148
2148
|
SFUTemplate SFUTemplate[]
|
|
2149
2149
|
BuildingTemplate BuildingTemplate[]
|
|
2150
|
-
|
|
2150
|
+
usersOnline integrationProjectUserStatus[]
|
|
2151
2151
|
}
|
|
2152
2152
|
|
|
2153
2153
|
model qrCodeTemplate {
|