Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include option to allow cascade delete during teardown #18

Open
mdalepiane opened this issue Jul 27, 2016 · 0 comments
Open

Include option to allow cascade delete during teardown #18

mdalepiane opened this issue Jul 27, 2016 · 0 comments

Comments

@mdalepiane
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant