Files
galaxy/scripts/db_dev.sh
T
John Davis bd56131ebd Split script into admin and dev
TODO: remove duplication between db.py and db_dev.py (split into
multiple commits is intentional)
2022-09-28 15:45:00 -04:00

18 lines
322 B
Bash
Executable File

#!/bin/sh
#######
# Extended set of database schema migration operaions.
# For help, run `sh db_dev.sh -h`.
# For detailed help, see documentation at lib/galaxy/model/migrations/README.md.
#######
cd "$(dirname "$0")" || exit
cd ..
. ./scripts/common_startup_functions.sh
setup_python
python scripts/db_dev.py "$@"