You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deleting a physician would result in all of his dependents to be deleted, which means that all the visits that that physicians had would be deleted with it. This is unwanted behavior, I should look into flagging a physician as deleted instead, or having a dummy physician to rewire the visits to, so that they do not stay deleted. I could also make the physician foreign key nullable and then override the default delete cascading behavior of EF.
The text was updated successfully, but these errors were encountered:
Deleting a physician would result in all of his dependents to be deleted, which means that all the visits that that physicians had would be deleted with it. This is unwanted behavior, I should look into flagging a physician as deleted instead, or having a dummy physician to rewire the visits to, so that they do not stay deleted. I could also make the physician foreign key nullable and then override the default delete cascading behavior of EF.
The text was updated successfully, but these errors were encountered: