From: John Higgins <76265228+johnmatthiggins@users.noreply.github.com> Date: Tue, 3 Dec 2024 20:52:00 +0000 (-0800) Subject: fixed typo on "Auto generating migrations" page, Fixes: #1574 (#1575) X-Git-Tag: rel_1_14_1~5 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=de3958bf414477010fe67d1fc925b63a8fae705c;p=thirdparty%2Fsqlalchemy%2Falembic.git fixed typo on "Auto generating migrations" page, Fixes: #1574 (#1575) --- diff --git a/docs/build/autogenerate.rst b/docs/build/autogenerate.rst index c7641fe4..e92a7eed 100644 --- a/docs/build/autogenerate.rst +++ b/docs/build/autogenerate.rst @@ -2,7 +2,7 @@ Auto Generating Migrations =========================== Alembic can view the status of the database (pointed to by ``sqlalchemy.url`` in -your ``alemic.ini`` file using the *current* schema) and compare against the +your ``alembic.ini`` file using the *current* schema) and compare against the table metadata in the application (your ORM which defines the *proposed* schema), generating the "obvious" migrations based on a comparison. This is achieved using the ``--autogenerate`` option to the ``alembic revision`` command, which