From 308b3cccc654184f827917d49a6c7178c9d569a2 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 16 Mar 2015 19:03:32 +0000 Subject: [PATCH] (datanommer) Fully qualify path to alembic scripts. --- roles/fedmsg/datanommer/templates/alembic.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/fedmsg/datanommer/templates/alembic.ini b/roles/fedmsg/datanommer/templates/alembic.ini index 0095d33ddf..553b2c8d39 100644 --- a/roles/fedmsg/datanommer/templates/alembic.ini +++ b/roles/fedmsg/datanommer/templates/alembic.ini @@ -1,6 +1,6 @@ [alembic] # path to migration scripts -script_location = alembic +script_location = /usr/share/datanommer.models/alembic/ # template used to generate migration files # file_template = %%(rev)s_%%(slug)s