It would be interesting if Prisma would provide migration files whenever Prisma makes changes to the database. Then you could execute those database migration files to update your “prod” database. If you execute “prisma deploy” in your “prod” environment, would this break your “prod” database?
👍 1
s
schickling
07/19/2018, 2:34 PM
This is a great suggestion Michaël! Would you mind creating a GH issue for this concrete suggestion? Would also be interesting to hear more about your thoughts whether these migration files should be raw SQL, JS code (or other languages) or a more declarative (e.g. YML) format
cc @agartha
a
agartha
07/19/2018, 2:35 PM
Following
m
Michaël
07/19/2018, 3:11 PM
I will think about the output and will create a GH suggestion