sqlalchemy / alembic

A database migrations tool for SQLAlchemy.
MIT License
2.61k stars 234 forks source link

Change the default `include_schemas` to be `"from_metadata"` #1428

Open CaselIT opened 5 months ago

CaselIT commented 5 months ago

I mean something the following:

I think this new default would do the correct thing in most cases, meaning that an user has to change the include_schemas only if having tables on multiple schemas at the same time

Originally posted by @CaselIT in https://github.com/sqlalchemy/alembic/discussions/1425#discussioncomment-8499832