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
Right now, basically all foreign keys cascade when deleted. This isn't intrinsically necessary, but because so many places in the front-end assume certain relationships exist, cascade is used to prevent 500 errors when rendering the templates. We should revise it so that relationships which can be nullified don't cause unnecessary errors
The text was updated successfully, but these errors were encountered:
Right now, basically all foreign keys cascade when deleted. This isn't intrinsically necessary, but because so many places in the front-end assume certain relationships exist, cascade is used to prevent 500 errors when rendering the templates. We should revise it so that relationships which can be nullified don't cause unnecessary errors
The text was updated successfully, but these errors were encountered: