prisma / prisma-admin-feedback

Feedback for Prisma Admin (currently in invite-only preview)
6 stars 1 forks source link

Unable to delete record in prisma UI #118

Open Chazie9 opened 5 years ago

Chazie9 commented 5 years ago

I am unable to delete a selected record in the prisma UI. I think this is because the record to be deleted is connected to a User record.

Chazie9 commented 5 years ago
Screen Shot 2019-04-10 at 5 03 53 PM
sdnts commented 5 years ago

@Chazie9 The connection shouldn't prevent the deletion, which leads me to believe this is a bug. We've just released a new version that should hopefully fix this, since I can't seem to reproduce this anymore.

Unfortunately, this is a breaking change, so you'd have to re-deploy your service using prisma deploy again. If you run into issues, you can read more about the release and the changes here

If you still see this after, could you share the part of your datamodel that produces this?