cic-internal-integration/apps/cic-cache/docker/db.sh

7 lines
147 B
Bash
Raw Normal View History

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