Aleksandra Jovanović
01/26/2021, 11:01 AMprisma migrate dev --preview-feature
(even when there’s no changes). In the .sql files there are a bunch of ALTER TABLE statements modifying every TINYINT to the same thing that they already are in the database. And it’s being generated every time, looks completely the same. This is an example:
ALTER TABLE `category` MODIFY `active` TINYINT NOT NULL DEFAULT true;
I was looking out for issues, and found this: https://github.com/prisma/prisma-engines/issues/1257. I’m not sure if that’s the same issue, if not I can open a new one 🙂 Thanks!tom
01/26/2021, 12:19 PM@prisma/cli@dev
)Aleksandra Jovanović
01/26/2021, 12:45 PM