summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Henkel <tobias.henkel@bmw.de>2018-01-09 18:13:09 +0100
committerTobias Henkel <tobias.henkel@bmw.de>2018-01-09 18:13:09 +0100
commit72b63744a9382086ef5ca89054fd3a7f49b6e00f (patch)
treedc3d65840a8a6fbedaea14cd9253064cb1b55f34
parent3426779dedb4fdc6afcc0091b9ca2b95b8599ed6 (diff)
downloadzuul-72b63744a9382086ef5ca89054fd3a7f49b6e00f.tar.gz
Add alembic.ini
When adding a new migration 'alembic revision' required an alembic.ini with at least the script location set. Change-Id: I4704f48229a000b8283802f74d302b53ac5cd080
-rw-r--r--zuul/driver/sql/alembic.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/zuul/driver/sql/alembic.ini b/zuul/driver/sql/alembic.ini
new file mode 100644
index 000000000..e94d496e1
--- /dev/null
+++ b/zuul/driver/sql/alembic.ini
@@ -0,0 +1,2 @@
+[alembic]
+script_location = alembic