@trycompai/db 1.3.10 → 1.3.11

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.
@@ -240,6 +240,8 @@ model EvidenceAutomation {
240
240
  description String?
241
241
  createdAt DateTime @default(now())
242
242
 
243
+ chatHistory String?
244
+
243
245
  taskId String
244
246
  task Task @relation(fields: [taskId], references: [id], onDelete: Cascade)
245
247
 
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.10",
4
+ "version": "1.3.11",
5
5
  "dependencies": {
6
6
  "@prisma/client": "^6.13.0",
7
7
  "dotenv": "^16.4.5"