Maksym Shalenyi
2016-07-06 3beecd530573bf5fc786c240c0459bb8dcb342e0
updated old link to Alembic naming convention

All docs now live on alembic.zzzcomputing.com, but for some reason link http://alembic.readthedocs.org/en/latest/naming.html redirects to wrong domain.
(cherry picked from commit 84c1b61)
1 files modified
2 ■■■ changed files
pyramid/scaffolds/alchemy/+package+/models/meta.py 2 ●●● patch | view | raw | blame | history
pyramid/scaffolds/alchemy/+package+/models/meta.py
@@ -3,7 +3,7 @@
# Recommended naming convention used by Alembic, as various different database
# providers will autogenerate vastly different names making migrations more
# difficult. See: http://alembic.readthedocs.org/en/latest/naming.html
# difficult. See: http://alembic.zzzcomputing.com/en/latest/naming.html
NAMING_CONVENTION = {
    "ix": 'ix_%(column_0_label)s',
    "uq": "uq_%(table_name)s_%(column_0_name)s",