Prisma Schema Pull/Push Issues
Having issues where when i run npx prisma pull, it seems to pull from a certain state of the schema. If I make changes to the schema and do a npx prisma push and then npx prisma pull the schema is not the same.
Database is Supabase (Postgres).
Sorry for the lack of information there really isnt any logs I could find for this.
It is just strange behaviour. This happens on my nestjs backend.
When using nextjs & prisma it pushes and pulls the schema fine. I've cross refered and everything is as similar as it could be. Except the prisma version.
Database is Supabase (Postgres).
Sorry for the lack of information there really isnt any logs I could find for this.
It is just strange behaviour. This happens on my nestjs backend.
When using nextjs & prisma it pushes and pulls the schema fine. I've cross refered and everything is as similar as it could be. Except the prisma version.