@bash-app/bash-common 27.2.6 → 27.2.7

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": "@bash-app/bash-common",
3
- "version": "27.2.6",
3
+ "version": "27.2.7",
4
4
  "description": "Common data and scripts to use on the frontend and backend",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -1233,8 +1233,8 @@ model Venue {
1233
1233
  capacity Int?
1234
1234
  amountOfGuests AmountOfGuests? @relation(fields: [amountOfGuestsId], references: [id], onDelete: Cascade)
1235
1235
  amountOfGuestsId String? @unique
1236
- trademark Boolean @default(false)
1237
- manager Boolean @default(false)
1236
+ trademark Boolean?
1237
+ manager Boolean?
1238
1238
  }
1239
1239
 
1240
1240