Hi I've been trying to create a baseline migration for my project and I keep getting an error that drift being detected.
Prisma essentially proceeds to just say that my entire schema is brand new. The problem is that no, there is no drift. I tried everything I could like
prisma db pull
prisma db pull
which indeed shows that everything is identical. I must create a migration because I now have a need for SQL triggers so I don't really have the option to just not use them.
Also I cannot do a reset because there is a lot of data in said database I need it to work in production