Sebastien La Duca
05/03/2020, 9:57 PMmigrate.lock ? it says to run prisma migrate fix but it says the command doesn’t exist when I tryRyan
05/04/2020, 10:17 AMprisma migrate fix command appear?
Could you send a screenshot of that if possible?Sebastien La Duca
05/04/2020, 12:39 PMSebastien La Duca
05/04/2020, 12:52 PMmigrations/ but that’s not going to work once there is actual dataRyan
05/04/2020, 12:59 PMprisma migrate is currently experimental, the workaround would be to reset the migration by deleting the _Migrations table from the DB and also also removing the migrations folder.
We will also remove the prisma migrate fix command as that doesn't exist in the latest Prisma version.