fixed db migrate
This commit is contained in:
parent
21962ca39f
commit
e9e242ee64
@ -3,7 +3,7 @@
|
|||||||
if [ "$1" = 'zammad' ]; then
|
if [ "$1" = 'zammad' ]; then
|
||||||
|
|
||||||
cd ${ZAMMAD_DIR}
|
cd ${ZAMMAD_DIR}
|
||||||
bundle exec db:migrate &> /dev/null
|
bundle exec rake db:migrate &> /dev/null
|
||||||
|
|
||||||
if [ $? != 0 ]; then
|
if [ $? != 0 ]; then
|
||||||
echo "creating db & searchindex..."
|
echo "creating db & searchindex..."
|
||||||
|
Loading…
Reference in New Issue
Block a user