@campus-labs/prisma-client 0.19.1 → 0.19.2
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
|
@@ -132,6 +132,7 @@ model initiatives {
|
|
|
132
132
|
attendance_mode String? @db.VarChar(20)
|
|
133
133
|
volunteers_allowed Boolean @default(false)
|
|
134
134
|
project_id Int?
|
|
135
|
+
requirements String? @db.VarChar(500)
|
|
135
136
|
badges badges[]
|
|
136
137
|
badges_instances badges_instances[]
|
|
137
138
|
initiative_invitations initiative_invitations[]
|