@bash-app/bash-common 30.87.0 → 30.88.0
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 -0
package/package.json
CHANGED
package/prisma/schema.prisma
CHANGED
|
@@ -1370,6 +1370,7 @@ model EntertainmentService {
|
|
|
1370
1370
|
secondaryVenueTypes String[] @default([])
|
|
1371
1371
|
openToCollaboration Boolean @default(false)
|
|
1372
1372
|
collaborationNote String?
|
|
1373
|
+
lookingForArtists String?
|
|
1373
1374
|
crowdSize AmountOfGuests? @relation(fields: [crowdSizeId], references: [id], onDelete: Cascade)
|
|
1374
1375
|
serviceRange ServiceRange? @relation(fields: [serviceRangeId], references: [id])
|
|
1375
1376
|
service Service?
|