File tree 8 files changed +8
-8
lines changed
quick_tour/sqla_demo/sqla_demo/models
authentication/tutorial/models
authorization/tutorial/models
basiclayout/tutorial/models
installation/tutorial/models
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 6
6
7
7
# Recommended naming convention used by Alembic, as various different database
8
8
# 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
10
10
NAMING_CONVENTION = {
11
11
"ix" : 'ix_%(column_0_label)s' ,
12
12
"uq" : "uq_%(table_name)s_%(column_0_name)s" ,
Original file line number Diff line number Diff line change 3
3
4
4
# Recommended naming convention used by Alembic, as various different database
5
5
# 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
7
7
NAMING_CONVENTION = {
8
8
"ix" : 'ix_%(column_0_label)s' ,
9
9
"uq" : "uq_%(table_name)s_%(column_0_name)s" ,
Original file line number Diff line number Diff line change 3
3
4
4
# Recommended naming convention used by Alembic, as various different database
5
5
# 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
7
7
NAMING_CONVENTION = {
8
8
"ix" : 'ix_%(column_0_label)s' ,
9
9
"uq" : "uq_%(table_name)s_%(column_0_name)s" ,
Original file line number Diff line number Diff line change 3
3
4
4
# Recommended naming convention used by Alembic, as various different database
5
5
# 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
7
7
NAMING_CONVENTION = {
8
8
"ix" : 'ix_%(column_0_label)s' ,
9
9
"uq" : "uq_%(table_name)s_%(column_0_name)s" ,
Original file line number Diff line number Diff line change 3
3
4
4
# Recommended naming convention used by Alembic, as various different database
5
5
# 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
7
7
NAMING_CONVENTION = {
8
8
"ix" : 'ix_%(column_0_label)s' ,
9
9
"uq" : "uq_%(table_name)s_%(column_0_name)s" ,
Original file line number Diff line number Diff line change 3
3
4
4
# Recommended naming convention used by Alembic, as various different database
5
5
# 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
7
7
NAMING_CONVENTION = {
8
8
"ix" : 'ix_%(column_0_label)s' ,
9
9
"uq" : "uq_%(table_name)s_%(column_0_name)s" ,
Original file line number Diff line number Diff line change 3
3
4
4
# Recommended naming convention used by Alembic, as various different database
5
5
# 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
7
7
NAMING_CONVENTION = {
8
8
"ix" : 'ix_%(column_0_label)s' ,
9
9
"uq" : "uq_%(table_name)s_%(column_0_name)s" ,
Original file line number Diff line number Diff line change 3
3
4
4
# Recommended naming convention used by Alembic, as various different database
5
5
# 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
7
7
NAMING_CONVENTION = {
8
8
"ix" : 'ix_%(column_0_label)s' ,
9
9
"uq" : "uq_%(table_name)s_%(column_0_name)s" ,
You can’t perform that action at this time.
0 commit comments