Prisma migrate consolidate/squash migrations during development
Channel:
Subscribers:
286
Published on ● Video Link: https://www.youtube.com/watch?v=CO0cCNUvKS8
In this follow-up video from the last one, I try consolidating/squashing, multiple small migrations into one, without loosing data.
Prisma does not have squash feature as of yet, but this work around allows you to consolidate your temporary migrations into one before pushing it to production.
You will require a backup of your initial data to be able to keep them after consolidating the migrations.
Other Videos By momoCoder;
2021-12-19 | PUBG Mobile Noob |
2021-12-10 | My phone is playing Christmas song in background |
2021-12-04 | PUBG Mobile Noob |
2021-12-04 | FREE FIRE MAX First games |
2021-11-22 | Modern Combat 5 First games |
2021-11-22 | Modern Combat 5 First games |
2021-11-21 | Modern Combat 5 First game |
2021-11-19 | PUBG Mobile |
2021-11-14 | Junior VS senior Devs |
2021-11-09 | bug |
2021-09-25 | Prisma migrate consolidate/squash migrations during development |
2021-09-24 | Prisma baselining your existing database |
2021-09-11 | ReactJs Tutorial in Nepali Ep: 5 | useRef() forwardRef() |
2021-08-28 | JavaScript Tutorial for Beginners (Array Methods) 2/2 |
2021-08-27 | ReactJs Tutorial LIVE 🔴 Project 1: Quiz app |
2021-08-27 | JavaScript Tutorial for Beginners (Array Methods) 1/2 |
2021-08-27 | JavaScript Tutorial for Beginners. DOM API, Events |
2021-08-27 | JavaScript Tutorial for Beginners - Condition |
2021-08-25 | JavaScript Tutorial for Beginners (Array Methods) |
2021-08-25 | JavaScript Tutorial for Beginners |
2021-08-23 | JavaScript tutorial for beginners |
Tags:
programming
database
prisma
orm
migrations