https://github.com/galaxyproject/galaxy
Raw File
Tip revision: b5949bcbbfbc613b0ec72ce23e4da448c9316c49 authored by Nate Coraor on 24 February 2016, 18:38:48 UTC
Update version to 15.10.2
Tip revision: b5949bc
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