@adaptware/eagles-db 0.1.44 → 0.1.45

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adaptware/eagles-db",
3
- "version": "0.1.44",
3
+ "version": "0.1.45",
4
4
  "description": "A Prisma client package for Treadspace database operations",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -11,7 +11,7 @@ model Assignment {
11
11
  application_id String?
12
12
  job_description_id String
13
13
  organisation_id String
14
- ongoing_evaluation_id String?
14
+ ongoing_evaluation_id String? @unique
15
15
  score Int?
16
16
  ai_result String?
17
17
  ai_reasoning String?