Files
@ 1a080d4e926e
Branch filter:
Location: kallithea/docs/usage/customization.rst
1a080d4e926e
1.7 KiB
text/prs.fallenstein.rst
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.