| 106 | |
| 107 | # initial table |
| 108 | class AlembicThing(Model, table=True): # pyright: ignore [reportRedeclaration] |
| 109 | t1: str |
| 110 | |
| 111 | with get_engine().connect() as connection: |
| 112 | assert alembic_autogenerate(connection=connection, message="Initial Revision") |
no outgoing calls