https://github.com/galaxyproject/galaxy
Raw File
Tip revision: 40b69cb948eed2cece82a32dfc5c6116414ab97c authored by Nate Coraor on 13 May 2015, 21:09:56 UTC
Merge branch 'release_15.05'
Tip revision: 40b69cb
manage_db.sh
#!/bin/sh

#######
# NOTE: To downgrade to a specific version, use something like:
# sh manage_db.sh downgrade --version=3 <tool_shed if using that webapp - galaxy is the default>
#######

cd `dirname $0`
python ./scripts/manage_db.py $@
back to top