@campus-labs/prisma-client 0.12.1 → 0.12.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.12.1",
3
+ "version": "0.12.2",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "",
@@ -396,7 +396,7 @@ model user_initiative {
396
396
  initiative_id Int
397
397
  role_initiative_id Int @default(3)
398
398
  is_creator Boolean @default(false)
399
- is_initiative_ranking_active Boolean @default(false)
399
+ is_initiative_ranking_active Boolean @default(true)
400
400
  created_at DateTime @default(now()) @db.Timestamp(6)
401
401
  updated_at DateTime @default(now()) @db.Timestamp(6)
402
402
  deleted_at DateTime? @db.Timestamp(6)