debian-forge-composer/tools/dbtest-run-migrations.sh
2024-11-06 15:16:42 +01:00

4 lines
126 B
Bash
Executable file

#!/usr/bin/env bash
WORKDIR=$(readlink -f pkg/jobqueue/dbjobqueue/schemas)
"$(go env GOPATH)"/bin/tern migrate -m "$WORKDIR"