Add alembic.ini

When adding a new migration 'alembic revision' required an alembic.ini
with at least the script location set.

Change-Id: I4704f48229a000b8283802f74d302b53ac5cd080
This commit is contained in:
Tobias Henkel 2018-01-09 18:13:09 +01:00
parent 3426779ded
commit 72b63744a9
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
[alembic]
script_location = alembic