Use the new migration location for Bodhi production and stg.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2017-12-11 22:56:06 +00:00
parent 5cc1b3d26b
commit 9510c5caca

View file

@ -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