@bash-app/bash-common 27.2.5 → 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 +1 -1
- package/prisma/schema.prisma +2 -2
package/package.json
CHANGED
package/prisma/schema.prisma
CHANGED
|
@@ -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
|
|
1237
|
-
manager Boolean
|
|
1236
|
+
trademark Boolean?
|
|
1237
|
+
manager Boolean?
|
|
1238
1238
|
}
|
|
1239
1239
|
|
|
1240
1240
|
|