mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 05:45:37 +08:00
10 lines
238 B
Bash
Executable File
10 lines
238 B
Bash
Executable File
#!/bin/sh
|
|
|
|
#######
|
|
# NOTE: To downgrade to a specific version, use something like:
|
|
# sh manage_db.sh downgrade --version=3 <community if using that webapp - galaxy is the default>
|
|
#######
|
|
|
|
cd `dirname $0`
|
|
python ./scripts/manage_db.py $@
|