@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@campus-labs/prisma-client",
3
- "version": "0.19.1",
3
+ "version": "0.19.2",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "",
@@ -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[]