@campus-labs/prisma-client 0.12.2 → 0.12.4

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.12.2",
3
+ "version": "0.12.4",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "",
@@ -25,8 +25,6 @@ model badges {
25
25
  description String? @db.VarChar(1000)
26
26
  condition String @db.VarChar(1000)
27
27
  img Json
28
- is_draft Boolean @default(true)
29
- is_model Boolean @default(false)
30
28
  points Int
31
29
  fields Json?
32
30
  moment_id Int?