-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
MediumMedium PriorityMedium PriorityTaskAny work that does not directly impact the userAny work that does not directly impact the user
Description
Describe the task
Upgrade to prisma 7 and transition to migrations
Purpose
Necessary before we go to production.
Acceptance Criteria
- Prisma upgraded to v7.
- Migrations folder created, with an initial (baseline) migration.
- Create a new
migratescript in package.json, and use this script in the openshift Dockerfile in place ofpushAndSeed; also, should use this script as part of thedevscript (in place ofpushSchemaToDB).
Additional context
See the upgrade to v7 guide here: https://www.prisma.io/docs/orm/more/upgrade-guides/upgrading-versions/upgrading-to-prisma-7, and the transition to migrations guide here: https://www.prisma.io/docs/orm/prisma-migrate/getting-started#adding-prisma-migrate-to-an-existing-project.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
MediumMedium PriorityMedium PriorityTaskAny work that does not directly impact the userAny work that does not directly impact the user