Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ Install Flask-Migrate with `pip`::

pip install Flask-Migrate


Notes:
- If you are upgrading Flask-Migrate across multiple versions, check to see if the `env.py` file you have in your source control corresponds to the Flask-Migrate one to avoid [strange issues](https://github.com/miguelgrinberg/Flask-Migrate/discussions/514). You can use one of the issues' resolutions to work around this issue.


Example
-------

Expand Down