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

Removing a model prevents tidus from clearing the view during next migration #11

Open
tobischo opened this issue Aug 17, 2016 · 0 comments

Comments

@tobischo
Copy link
Member

If you remove a model in order to remove the database table with the next migration, tidus is not capable of removing the view.
This is caused because tidus checks the models and not all the previously existing views (because they may have a different origin than tidus).
Currently this can be solved using force: :cascade in the migration but we might want to consider changing the way view clearing works for this scenario

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