]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Adjust terminology as per review 1570/head
authorPeter Cock <p.j.a.cock@googlemail.com>
Tue, 5 Nov 2024 20:59:25 +0000 (20:59 +0000)
committerGitHub <noreply@github.com>
Tue, 5 Nov 2024 20:59:25 +0000 (20:59 +0000)
docs/build/autogenerate.rst

index 835d407356539069e89578a7f5c653035b830c09..c7641fe4f06b5a2e9e406ce727fc7a96fa4f075c 100644 (file)
@@ -2,8 +2,8 @@ Auto Generating Migrations
 ===========================
 
 Alembic can view the status of the database (pointed to by ``sqlalchemy.url`` in
-your ``alemic.ini`` file using the *previous* schema) and compare against the
-table metadata in the application (your ORM which defines the *latest* schema),
+your ``alemic.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
 places so-called *candidate* migrations into our new migrations file.  We