Prisma keeps generating same migrations
Hmm, I am having some weird issue with my "Invoice" model.. whenever I generate a migration, it keeps adding these lines to the migrations, over and over... What could be the cause of this?
2 migrations, just created...
Solution:Jump to solution
Solution: After using
prisma db pull
I saw that the database returned these formulas without spaces, so I had to change those values in the prisma schema and now it seems to be okay 🙂1 Reply
Solution
Solution: After using
prisma db pull
I saw that the database returned these formulas without spaces, so I had to change those values in the prisma schema and now it seems to be okay 🙂