EveripediaNetwork / issues

Issues repo
9 stars 0 forks source link

Fix the pending status for the system plugins #2774

Closed Softdev1 closed 2 weeks ago

Softdev1 commented 2 weeks ago

Description

The document status is set to default 'PENDING' causing the system plugins documents also default status as 'PENDING'. Find a fix for this may be by adding new enum or making the column nullable or so on

Yadheedhya06 commented 2 weeks ago

fixed! this was due to the defaulted value for the status in the document model. After multiple iterations to the prisma schema the injestor pg update function wasnt updated that caused default value to be 'PENDING' Image