efiber-prisma-schema 1.2.11 → 1.2.13

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.2.11",
3
+ "version": "1.2.13",
4
4
  "description": "Database schema for eFiber",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1173,6 +1173,7 @@ model CableAtttributes {
1173
1173
  name String
1174
1174
  description String?
1175
1175
  value String?
1176
+ visibleOnMobile Boolean @default(false)
1176
1177
 
1177
1178
  createdAt DateTime @default(now())
1178
1179
  updatedAt DateTime @updatedAt