From 24b1053d5621f7e0ced7b10d0919b3f1a2d01ce5 Mon Sep 17 00:00:00 2001 From: Bryann Yeap Kok Keong Date: Sat, 29 Oct 2022 17:19:05 +0800 Subject: [PATCH] [offers][chore] Allow analysis to analyse all companies in the backend --- apps/portal/prisma/schema.prisma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/portal/prisma/schema.prisma b/apps/portal/prisma/schema.prisma index ca3806c1..cbf65808 100644 --- a/apps/portal/prisma/schema.prisma +++ b/apps/portal/prisma/schema.prisma @@ -235,7 +235,7 @@ model OffersProfile { model OffersBackground { id String @id @default(cuid()) - totalYoe Int @default(0) + totalYoe Int specificYoes OffersSpecificYoe[] experiences OffersExperience[]