Anyone know how to deal with deleting data from a ...
# orm-help
s
Anyone know how to deal with deleting data from a table which contains a self referencing foreign key with prisma? Normally I would delete the orphaned data first, but doesn't seem to be working?