@campus-labs/prisma-client 0.1.1 → 0.1.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.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "",
@@ -99,6 +99,7 @@ model initiatives {
99
99
  title String @db.VarChar(100)
100
100
  description String @db.VarChar(3000)
101
101
  img Json
102
+ inscription_deadline DateTime @db.Timestamp(6)
102
103
  start_date DateTime @db.Timestamp(6)
103
104
  end_date DateTime @db.Timestamp(6)
104
105
  typology String @db.VarChar(255)