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
I'd like to suggest the addition of an option to do a cascade delete during teardown.
When cascade delete is enabled, the teardown process should check whether the item it is trying to delete has any column that is a Foreign Key to another table. If this is the case, it should first try to delete any entry that depend on this item on other tables before proceeding with the item deletion.
The text was updated successfully, but these errors were encountered:
I'd like to suggest the addition of an option to do a cascade delete during teardown.
When cascade delete is enabled, the teardown process should check whether the item it is trying to delete has any column that is a Foreign Key to another table. If this is the case, it should first try to delete any entry that depend on this item on other tables before proceeding with the item deletion.
The text was updated successfully, but these errors were encountered: