Correct path to migration scripts in alembic.ini
Modify script_location from alembic to alembic_migration. Change-Id: Ieeea214ecc02d7c6da395e1b340d00570ca2c708 Closes-Bug: #1663147
This commit is contained in:
parent
5283dfc3bf
commit
5041576cfe
@ -2,7 +2,7 @@
|
||||
|
||||
[alembic]
|
||||
# path to migration scripts
|
||||
script_location = %(here)s/alembic
|
||||
script_location = %(here)s/alembic_migrations
|
||||
|
||||
# template used to generate migration files
|
||||
# file_template = %%(rev)s_%%(slug)s
|
||||
|
Loading…
Reference in New Issue
Block a user