From: Amel Alispahic Date: Mon, 7 Nov 2022 19:47:20 +0000 (+0100) Subject: Updated cookbook docs (#1111) X-Git-Tag: rel_1_9_0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a516ebefb8f6bf9041c51aa8711fa2a3a3f4bcd;p=thirdparty%2Fsqlalchemy%2Falembic.git Updated cookbook docs (#1111) --- diff --git a/docs/build/cookbook.rst b/docs/build/cookbook.rst index 1dc4d793..5b12c6b0 100644 --- a/docs/build/cookbook.rst +++ b/docs/build/cookbook.rst @@ -882,7 +882,7 @@ schema or another. 5. Since all schemas are to be maintained in sync, autogenerate should be run against only **one** schema, generating new Alembic migration files. - Autogenerate migratin operations are then run against **all** schemas. + Autogenerated migration operations are then run against **all** schemas. .. _cookbook_no_empty_migrations: @@ -1581,4 +1581,4 @@ the same ``env.py`` file can be invoked using asyncio as:: await conn.run_sync(run_upgrade, config.Config("alembic.ini")) - asyncio.run(run_async_upgrade()) \ No newline at end of file + asyncio.run(run_async_upgrade())