Skip to content

Commit 9c84d8f

Browse files
committed
Update links for Alembix
1 parent 0be2135 commit 9c84d8f

File tree

8 files changed

+8
-8
lines changed
  • docs
    • quick_tour/sqla_demo/sqla_demo/models
    • tutorials/wiki2/src

8 files changed

+8
-8
lines changed

docs/quick_tour/sqla_demo/sqla_demo/models/meta.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Recommended naming convention used by Alembic, as various different database
88
# providers will autogenerate vastly different names making migrations more
9-
# difficult. See: http://alembic.readthedocs.org/en/latest/naming.html
9+
# difficult. See: http://alembic.zzzcomputing.com/en/latest/naming.html
1010
NAMING_CONVENTION = {
1111
"ix": 'ix_%(column_0_label)s',
1212
"uq": "uq_%(table_name)s_%(column_0_name)s",

docs/tutorials/wiki2/src/authentication/tutorial/models/meta.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Recommended naming convention used by Alembic, as various different database
55
# providers will autogenerate vastly different names making migrations more
6-
# difficult. See: http://alembic.readthedocs.org/en/latest/naming.html
6+
# difficult. See: http://alembic.zzzcomputing.com/en/latest/naming.html
77
NAMING_CONVENTION = {
88
"ix": 'ix_%(column_0_label)s',
99
"uq": "uq_%(table_name)s_%(column_0_name)s",

docs/tutorials/wiki2/src/authorization/tutorial/models/meta.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Recommended naming convention used by Alembic, as various different database
55
# providers will autogenerate vastly different names making migrations more
6-
# difficult. See: http://alembic.readthedocs.org/en/latest/naming.html
6+
# difficult. See: http://alembic.zzzcomputing.com/en/latest/naming.html
77
NAMING_CONVENTION = {
88
"ix": 'ix_%(column_0_label)s',
99
"uq": "uq_%(table_name)s_%(column_0_name)s",

docs/tutorials/wiki2/src/basiclayout/tutorial/models/meta.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Recommended naming convention used by Alembic, as various different database
55
# providers will autogenerate vastly different names making migrations more
6-
# difficult. See: http://alembic.readthedocs.org/en/latest/naming.html
6+
# difficult. See: http://alembic.zzzcomputing.com/en/latest/naming.html
77
NAMING_CONVENTION = {
88
"ix": 'ix_%(column_0_label)s',
99
"uq": "uq_%(table_name)s_%(column_0_name)s",

docs/tutorials/wiki2/src/installation/tutorial/models/meta.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Recommended naming convention used by Alembic, as various different database
55
# providers will autogenerate vastly different names making migrations more
6-
# difficult. See: http://alembic.readthedocs.org/en/latest/naming.html
6+
# difficult. See: http://alembic.zzzcomputing.com/en/latest/naming.html
77
NAMING_CONVENTION = {
88
"ix": 'ix_%(column_0_label)s',
99
"uq": "uq_%(table_name)s_%(column_0_name)s",

docs/tutorials/wiki2/src/models/tutorial/models/meta.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Recommended naming convention used by Alembic, as various different database
55
# providers will autogenerate vastly different names making migrations more
6-
# difficult. See: http://alembic.readthedocs.org/en/latest/naming.html
6+
# difficult. See: http://alembic.zzzcomputing.com/en/latest/naming.html
77
NAMING_CONVENTION = {
88
"ix": 'ix_%(column_0_label)s',
99
"uq": "uq_%(table_name)s_%(column_0_name)s",

docs/tutorials/wiki2/src/tests/tutorial/models/meta.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Recommended naming convention used by Alembic, as various different database
55
# providers will autogenerate vastly different names making migrations more
6-
# difficult. See: http://alembic.readthedocs.org/en/latest/naming.html
6+
# difficult. See: http://alembic.zzzcomputing.com/en/latest/naming.html
77
NAMING_CONVENTION = {
88
"ix": 'ix_%(column_0_label)s',
99
"uq": "uq_%(table_name)s_%(column_0_name)s",

docs/tutorials/wiki2/src/views/tutorial/models/meta.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Recommended naming convention used by Alembic, as various different database
55
# providers will autogenerate vastly different names making migrations more
6-
# difficult. See: http://alembic.readthedocs.org/en/latest/naming.html
6+
# difficult. See: http://alembic.zzzcomputing.com/en/latest/naming.html
77
NAMING_CONVENTION = {
88
"ix": 'ix_%(column_0_label)s',
99
"uq": "uq_%(table_name)s_%(column_0_name)s",

0 commit comments

Comments
 (0)