pow_devel icon indicating copy to clipboard operation
pow_devel copied to clipboard

Alembic Migrations: env.py Deprecation Warning from SQLAlchemy > 1.4.x

Open pythononwheels opened this issue 4 years ago • 1 comments

Produces a warning in running tests.

migrations/env.py:62: SADeprecationWarning: Table.tometadata() is renamed to Table.to_metadata() (deprecated since: 1.4)
    t.tometadata(m)

pythononwheels avatar Aug 17 '21 21:08 pythononwheels

Adapt method call to new naming convention for SQLAlchemy > 1.4.x (aka 2.0 API)

pythononwheels avatar Aug 17 '21 21:08 pythononwheels