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
Fixesmiguelgrinberg#78 where directory gets overridden if it is not explicitly specified in init_app. This fix allows it to be set when the `Migrate` object is initialized and not automatically get overridden when the `init_app` is called. This is a non-breaking change.
When the following code is used:
The directory gets reset to migrations since that is the default.
The text was updated successfully, but these errors were encountered: