From 9510c5caca0aa41e05fef0c978c5749bb41ec9a7 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Mon, 11 Dec 2017 22:56:06 +0000 Subject: [PATCH] Use the new migration location for Bodhi production and stg. Signed-off-by: Randy Barlow --- roles/bodhi2/base/templates/alembic.ini | 4 ---- 1 file changed, 4 deletions(-) diff --git a/roles/bodhi2/base/templates/alembic.ini b/roles/bodhi2/base/templates/alembic.ini index 4554f05289..3718d66dc3 100644 --- a/roles/bodhi2/base/templates/alembic.ini +++ b/roles/bodhi2/base/templates/alembic.ini @@ -2,11 +2,7 @@ [alembic] # path to migration scripts -{% if env == 'staging' %} script_location = bodhi:server/migrations -{% else %} -script_location = /usr/share/bodhi/alembic -{% endif %} # template used to generate migration files # file_template = %%(rev)s_%%(slug)s