@trycompai/db 1.3.22-canary.0 → 1.3.22
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 +3 -0
- package/package.json +1 -1
package/dist/schema.prisma
CHANGED
|
@@ -1917,6 +1917,9 @@ model Trust {
|
|
|
1917
1917
|
overviewContent String? // Markdown content with links
|
|
1918
1918
|
showOverview Boolean @default(false)
|
|
1919
1919
|
|
|
1920
|
+
// Favicon for trust portal (stored in S3)
|
|
1921
|
+
favicon String?
|
|
1922
|
+
|
|
1920
1923
|
@@id([status, organizationId])
|
|
1921
1924
|
@@unique([organizationId])
|
|
1922
1925
|
@@index([organizationId])
|