kimb0x
PPrisma
•Created by kimb0x on 11/5/2024 in #help-and-questions
Can't delete records from Prisma Postgres in Studio
I haven't been able to delete data from the new Prisma Postgres within Studio--neither a single register nor with a rawquery using prisma client.
The error I get is:
When I try to set the Replica Identity I get a permission error.
The owner of the tables is: prisma_migration
My user is: prisma_application
I can't change the permissions with that user.
I tried creating the database with prisma migrate dev and with prisma db push and the situation is the same.
I connect to Studio (v0.503.0) with a generated Prisma Client (v5.21.1) using the --no-engine flag within a local Deno (v2.0.4) development.
Thank you so much!
PS. Love the Prisma Postgres btw! Can't wait to see how it develops!
20 replies