@trycompai/db 1.3.2 → 1.3.3

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.
@@ -479,7 +479,7 @@ model Policy {
479
479
  content Json[]
480
480
  frequency Frequency?
481
481
  department Departments?
482
- isRequiredToSign Boolean @default(false)
482
+ isRequiredToSign Boolean @default(true)
483
483
  signedBy String[] @default([])
484
484
  reviewDate DateTime?
485
485
  isArchived Boolean @default(false)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@trycompai/db",
3
3
  "description": "Database package with Prisma client and schema for Comp AI",
4
- "version": "1.3.2",
4
+ "version": "1.3.3",
5
5
  "dependencies": {
6
6
  "@prisma/client": "^6.13.0",
7
7
  "dotenv": "^16.4.5"