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

dbManager.truncateDb - cannot truncate a table referenced in a foreign key constraint #93

Open
chalcrow opened this issue Mar 15, 2021 · 1 comment

Comments

@chalcrow
Copy link

Hi - thanks for the package. When I'm trying to truncate I get the error cannot truncate a table referenced in a foreign key constraint. Is there any way to CASCADE the truncate to get around this?

@elhigu
Copy link

elhigu commented Mar 15, 2021

If you truncate all the related tables at the same time that error shouldn't happen.

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

2 participants