git rebase -i --autosquash main
- Run
yarn nx migrate latest
- Make sure
package.json
changes make sense and then runyarn install
- Run
yarn nx migrate --run-migrations
Run yarn database:push
https://www.prisma.io/docs/concepts/components/prisma-migrate/db-push
Run yarn prisma migrate dev --name added_job_title
https://www.prisma.io/docs/concepts/components/prisma-migrate#getting-started-with-prisma-migrate