bundles/mautrix-telegram: no need to provide our own alembic.ini
This commit is contained in:
parent
c0986eb956
commit
90e3bb7fb2
2 changed files with 1 additions and 72 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue