davidpink
PPrisma
•Created by davidpink on 11/9/2024 in #help-and-questions
Error when updating Record
I just set up prisma postgres and when I try to update a relationship I get the following error.
PostgresError { code: "55000", message: "cannot delete from table \"_LocationToLocationType\" because it does not have a replica identity and publishes deletes", severity: "ERROR", detail: None, column: None, hint: Some("To enable deleting from the table, set REPLICA IDENTITY using ALTER TABLE.")
how to fix this using prisms ORM?
10 replies