https://github.com/galaxyproject/galaxy
Raw File
Tip revision: a6a85cbc4ccbde1a39ebb9b84a47da6332a6a27c authored by Nate Coraor on 12 August 2015, 21:11:02 UTC
Bump version to 15.03.3
Tip revision: a6a85cb
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