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:
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())