move slackwebhook migration from tools to util

tools isn't shipped inside of the container because it contains private
keys
This commit is contained in:
Jimmy Zelinskie 2014-12-18 13:22:13 -05:00
parent e5f41889cf
commit eeeb2e620c
2 changed files with 1 additions and 1 deletions

View file

@ -13,7 +13,7 @@ down_revision = '1c5b738283a5'
from alembic import op
import sqlalchemy as sa
from tools.migrateslackwebhook import run_slackwebhook_migration
from util.migrateslackwebhook import run_slackwebhook_migration
def upgrade(tables):