Prisma Migrate Diff coming back when it shouldn't
Our team is using Prisma as our ORM, and have a Github Action that runs
as part of our CI/CD. In a recent merge, the Diff command is flagging the follow changes
[*] Changed the
[+] Added column
[+] Added column
However, as you can see in our PR, both the schema changes, and the corresponding migrations, are present.
Would appreciate some help!
as part of our CI/CD. In a recent merge, the Diff command is flagging the follow changes
[*] Changed the
Project table[+] Added column
assignedUsers[+] Added column
tagsHowever, as you can see in our PR, both the schema changes, and the corresponding migrations, are present.
Would appreciate some help!
