whenever I change something in Prisma schema, I need to delete migration folder, delete volumes of docker. and re rerun the migrate command. This makes the development process very slow.
How to get rid of this
a
Aaron Fulkerson
09/26/2020, 5:42 PM
The point of the old migrations is so that prisma migrate knows the state of the database. You shouldn’t have to delete the old migrations. What happens if you don’t delete the migrations?
r
Ryan
09/28/2020, 6:53 AM
Yes the older migrations do not need to be deleted. Could you provide more info on what issue you’re facing when you perform changes on your