1.3.0
Released: October 31, 2019
feature
-
[feature] [command] Added support for ALEMBIC_CONFIG environment variable,
refers to the location of the alembic configuration script
in lieu of using the -c command line option.References: #608
bug
-
[bug] [autogenerate] Fixed bug in new Variant autogenerate where the order of the arguments to
Variant were mistakenly reversed.References: #131
misc
- [change] [compatibility] Some internal modifications have been made to how the names of indexes and
unique constraints work to make use of new functions added in SQLAlchemy
1.4, so that SQLAlchemy has more flexibility over how naming conventions
may be applied to these objects.