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:
parent
e5f41889cf
commit
eeeb2e620c
2 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Reference in a new issue