efiber-prisma-schema 1.2.7 → 1.2.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "efiber-prisma-schema",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "description": "Database schema for eFiber",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1229,6 +1229,7 @@ model PboFatAttributes {
1229
1229
  name String
1230
1230
  description String?
1231
1231
  value String?
1232
+ visibleOnMobile Boolean @default(false)
1232
1233
 
1233
1234
  createdAt DateTime @default(now())
1234
1235
  updatedAt DateTime @updatedAt