Closed tycebrown closed 9 months ago
I plan to review this in the morning
Lol
Whenever a user updates a gloss, a column is added to this table
I think you have a mistake there 😆
that would be QUITE the implementation
@arrocke are prisma migrations something that should be included in the Post Deployment section, or are they ran automatically?
@arrocke are prisma migrations something that should be included in the Post Deployment section, or are they ran automatically?
These are run automatically on merging
If you think it's worth the check I can do all the setup on my local env and test it tomorrow.
@Pertempto @tycebrown I will take a look at this tomorrow
What has changed
GlossHistory
table as described in issue #340column (🤣)row is created for each gloss imported.Connected Issues
closes #340
QA Steps
nx run db:prisma migrate reset
)GlossHistory
table. Confirm that it is empty.GlossHistory
table with the updated gloss text.GlossHistory
is created with the updated approval state andnull
for the gloss text.Post-Deployment