fix(core): implement unique user-institution deletion mechanism #23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In #22, we introduce a deletion mechanism for user-institution links that is specific to the institution. In other words, if someone is affiliated ≥ twice in their lifetime with the same institution, this results in deleting all of the links. Instead, we want to be precise in what gets deleted.
We consider this a bug given that multiple affiliations are permitted in the database model.