@adaptware/eagles-db 0.4.7 → 0.4.9
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
|
@@ -22,8 +22,8 @@ model JobDescription {
|
|
|
22
22
|
target_closing_date DateTime?
|
|
23
23
|
closing_date DateTime?
|
|
24
24
|
|
|
25
|
-
|
|
26
|
-
|
|
25
|
+
job_number Int?
|
|
26
|
+
job_code String? @unique
|
|
27
27
|
// Audit fields
|
|
28
28
|
created_at DateTime @default(now())
|
|
29
29
|
updated_at DateTime @updatedAt
|