cic-stack/apps/cic-cache/docker/db.sh

7 lines
157 B
Bash
Raw Normal View History

2021-04-15 16:02:09 +02:00
#!/bin/bash
set -e
>&2 echo executing database migration
2022-01-04 17:01:01 +01:00
python scripts/migrate_cic_cache.py --migrations-dir /usr/local/share/cic-cache/alembic -vv
2021-04-15 16:02:09 +02:00
set +e