cic-internal-integration/apps/cic-cache/docker/db.sh
2021-04-15 14:02:09 +00:00

7 lines
175 B
Bash

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