You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrated issue, originally created by Michael Bayer (@zzzeek)
if meta.reflect() is used to get all tables, then alembic_version is in the given metadata being compared, so need to skip on this end as well as when autogen reads from the DB.
The text was updated successfully, but these errors were encountered:
The :paramref:.EnvironmentContext.configure.version_table
and :paramref:.EnvironmentContext.configure.version_table_schema
arguments are now honored during the autogenerate process, such that
these names will be used as the "skip" names on both the database
reflection and target metadata sides. fixes hard coded 'alembic_version' in _produce_net_changes of autogenerate.py #77
Migrated issue, originally created by Michael Bayer (@zzzeek)
if meta.reflect() is used to get all tables, then alembic_version is in the given metadata being compared, so need to skip on this end as well as when autogen reads from the DB.
The text was updated successfully, but these errors were encountered: