https://github.com/galaxyproject/galaxy
Raw File
Tip revision: 4cd434bee973385573a29860eb97370e96af3a08 authored by John Chilton on 15 January 2015, 21:01:03 UTC
Bugfix: Skip extra wrapping around template-style macros.
Tip revision: 4cd434b
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