cic-internal-integration/apps/cic-cache/docker/db.sh
2021-11-04 04:18:27 +01:00

7 lines
147 B
Bash

#!/bin/bash
set -e
>&2 echo executing database migration
python scripts/migrate.py --migrations-dir /usr/local/share/cic-cache/alembic -vv
set +e