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
4 changes: 2 additions & 2 deletions source/storing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,11 @@ we'll open up the newly generated Python file in
functions using the tools provided by Alembic's ``op`` object.

Once we have our migration script ready, we can run
``alembic upgrade head`` to migrade our data to the latest version.
``alembic upgrade head`` to migrate our data to the latest version.

.. note::

For the details on configuring Alembic, creating your migration scripts and running your migrations, see `the Alembic tutorial <http://alembic.readthedocs.org/en/latest/tutorial.html>`_.
For the details on configuring Alembic, creating your migration scripts and running your migrations, see `the Alembic tutorial <https://alembic.sqlalchemy.org/en/latest/>`_.

.. warning::

Expand Down