[alembic]
#path to migration scripts
script_location = migrations
Скрипт, который я запускаю:
Код: Выделить всё
alembic -n dev revision --autogenerate -m "alembic_migration_file"
Код: Выделить всё
|-migrations
|--versions
|----dev
|----uat
Подробнее здесь: https://stackoverflow.com/questions/766 ... figuration
Мобильная версия