Andre Coetzee
06/05/2019, 7:36 AMnikolasburk
migration
flag was removed in a recent release: https://www.prisma.io/blog/datamodel-v11-lrzqy1f56c90/#simpler-migrations--improved-introspectionAndre Coetzee
06/05/2019, 7:46 AMAndre Coetzee
06/05/2019, 7:48 AMmarcus
06/05/2019, 9:22 AMprisma deploy
command. If you do want the old behaviour you can run prisma deploy --no-migrate
Andre Coetzee
06/05/2019, 9:29 AMmarcus
06/05/2019, 9:32 AM--no-migrate
we don’t perform a migration and so we ensure that your datamodel and database schema are in sync.Andre Coetzee
06/05/2019, 9:34 AM