Mykyta Machekhin
04/08/2021, 12:30 PMprisma migrate , I have next error. Because prisma try to apply seed before apply migrations. How I can apply migration without seeds?Ryan
04/08/2021, 12:34 PMMykyta Machekhin
04/08/2021, 12:36 PMprisma migrate devMykyta Machekhin
04/08/2021, 12:40 PMRyan
04/08/2021, 12:40 PM@prisma/client and prisma is on the latest version i.e. 2.20.1?
Also is you migrate command running under a script where seed is being called explicitly?Ryan
04/08/2021, 12:41 PMprisma migrate commands then this should not happen.Mykyta Machekhin
04/08/2021, 12:42 PMRyan
04/08/2021, 12:46 PMMykyta Machekhin
04/08/2021, 12:47 PMprisma migrate dev. And I got an offer to clear the database, which is normal behavior. A migration has been generated that completely creates the schema from the file prisma.schema. But when I run the command a second time, I expect that the prisma will not want to delete the database.Ryan
04/08/2021, 12:47 PMMykyta Machekhin
04/08/2021, 12:49 PMRyan
04/08/2021, 1:04 PMMykyta Machekhin
04/08/2021, 1:05 PMRyan
04/08/2021, 1:05 PMMykyta Machekhin
04/08/2021, 1:32 PM_prisma_seeds system table to add the incremental seed logic. As soon as I deleted it, the prisma stopped demanding to clean up the database. Tell me, is it possible to create such table?Ryan
04/08/2021, 1:39 PMschema.prisma .Ryan
04/08/2021, 1:40 PMMykyta Machekhin
04/08/2021, 3:29 PMRyan
04/08/2021, 4:04 PM