Files
@ 1a080d4e926e
Branch filter:
Location: kallithea/scripts/make-release
1a080d4e926e
2.0 KiB
text/plain
db: use consistent key/index/constraint names when creating database
This simplifies future Alembic upgrades/downgrades.
http://alembic.zzzcomputing.com/en/latest/naming.html
A future changeset will update old databases to match this naming
convention.
Bump SQLAlchemy minimum version to 1.0, required for naming_convention
support.
This simplifies future Alembic upgrades/downgrades.
http://alembic.zzzcomputing.com/en/latest/naming.html
A future changeset will update old databases to match this naming
convention.
Bump SQLAlchemy minimum version to 1.0, required for naming_convention
support.