@trycompai/db 1.3.2 → 1.3.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/dist/schema.prisma +2 -2
- package/package.json +1 -1
package/dist/schema.prisma
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
generator client {
|
|
2
2
|
provider = "prisma-client-js"
|
|
3
3
|
previewFeatures = ["postgresqlExtensions"]
|
|
4
|
-
binaryTargets = ["native", "rhel-openssl-3.0.x", "debian-openssl-3.0.x", "linux-musl-openssl-3.0.x"]
|
|
4
|
+
binaryTargets = ["native", "rhel-openssl-3.0.x", "debian-openssl-3.0.x", "linux-musl-openssl-3.0.x", "linux-musl-arm64-openssl-3.0.x"]
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
datasource db {
|
|
@@ -479,7 +479,7 @@ model Policy {
|
|
|
479
479
|
content Json[]
|
|
480
480
|
frequency Frequency?
|
|
481
481
|
department Departments?
|
|
482
|
-
isRequiredToSign Boolean @default(
|
|
482
|
+
isRequiredToSign Boolean @default(true)
|
|
483
483
|
signedBy String[] @default([])
|
|
484
484
|
reviewDate DateTime?
|
|
485
485
|
isArchived Boolean @default(false)
|