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

Bug: db:truncate_all ignores temporal tables #158

Open
tagliala opened this issue May 9, 2022 · 0 comments
Open

Bug: db:truncate_all ignores temporal tables #158

tagliala opened this issue May 9, 2022 · 0 comments
Labels

Comments

@tagliala
Copy link
Member

tagliala commented May 9, 2022

Found while trying to use db:seed:replant

The problem is that db:truncate_all does not look into temporal and history schemas, so it does not find tables that should be trucated.

It is not an easy fix, because we should monkey-patch the DatabaseTask

@tagliala tagliala added the bug label May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant