@campus-labs/prisma-client 0.18.1 → 0.18.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.18.1",
3
+ "version": "0.18.2",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "",
@@ -116,6 +116,7 @@ model initiatives {
116
116
  title String @db.VarChar(100)
117
117
  description String @db.VarChar(3000)
118
118
  img Json[]
119
+ img_header Json?
119
120
  inscription_deadline DateTime @db.Timestamp(6)
120
121
  start_date DateTime @db.Timestamp(6)
121
122
  end_date DateTime @db.Timestamp(6)