bundles/mautrix-telegram: no need to provide our own alembic.ini

This commit is contained in:
Franzi 2020-11-09 12:12:04 +01:00
parent c0986eb956
commit 90e3bb7fb2
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 1 additions and 72 deletions

View file

@ -14,7 +14,7 @@ actions = {
'triggered': True,
},
'mautrix-telegram_upgrade_database': {
'command': '/opt/mautrix-telegram/venv/bin/alembic -c /opt/mautrix-telegram/alembic.ini -x config=/opt/mautrix-telegram/config.yaml upgrade head',
'command': 'cd /opt/mautrix-telegram/src && /opt/mautrix-telegram/venv/bin/alembic -x config=/opt/mautrix-telegram/config.yaml upgrade head',
'needs': {
'action:mautrix-telegram_install_bridge',
'postgres_db:mautrix-telegram',