@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 +1 -1
- package/prisma/schema.prisma +1 -1
package/package.json
CHANGED
package/prisma/schema.prisma
CHANGED
|
@@ -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(
|
|
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)
|