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
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
The text was updated successfully, but these errors were encountered:
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 scenarioThe text was updated successfully, but these errors were encountered: