careerty-prism 1.0.18 → 1.0.20
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 +1 -1
- package/prisma/schema.prisma +1 -1
package/package.json
CHANGED
package/prisma/schema.prisma
CHANGED
|
@@ -317,9 +317,9 @@ model CV {
|
|
|
317
317
|
organizations CvOrganization[]
|
|
318
318
|
awards CvAward[]
|
|
319
319
|
references CvReference[]
|
|
320
|
+
certificate CvCertificate[]
|
|
320
321
|
contacts CvContact[]
|
|
321
322
|
metas CvMeta[]
|
|
322
|
-
CvCertificate CvCertificate[]
|
|
323
323
|
createdAt DateTime @default(now())
|
|
324
324
|
updatedAt DateTime @updatedAt
|
|
325
325
|
chat AiCvChat?
|