@bash-app/bash-common 29.16.2 → 29.16.3
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 -3
package/package.json
CHANGED
package/prisma/schema.prisma
CHANGED
|
@@ -744,11 +744,9 @@ model Media {
|
|
|
744
744
|
mimetype String?
|
|
745
745
|
bashEventsReferencingMe BashEvent[]
|
|
746
746
|
sponsoredEventsReferencingMe SponsoredEvent[]
|
|
747
|
+
serviceReferencingMe Service[]
|
|
747
748
|
volunteerService VolunteerService? @relation(fields: [volunteerServiceId], references: [id])
|
|
748
749
|
volunteerServiceId String?
|
|
749
|
-
|
|
750
|
-
serviceId String
|
|
751
|
-
service Service @relation(fields: [serviceId], references: [id])
|
|
752
750
|
}
|
|
753
751
|
|
|
754
752
|
enum MediaType {
|