@campus-labs/prisma-client 0.4.4 → 0.5.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@campus-labs/prisma-client",
3
- "version": "0.4.4",
3
+ "version": "0.5.0",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "",
@@ -100,7 +100,7 @@ model initiatives {
100
100
  id Int @id @default(autoincrement())
101
101
  title String @db.VarChar(100)
102
102
  description String @db.VarChar(3000)
103
- img Json
103
+ img Json[]
104
104
  inscription_deadline DateTime @db.Timestamp(6)
105
105
  start_date DateTime @db.Timestamp(6)
106
106
  end_date DateTime @db.Timestamp(6)