Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Commit

Permalink
Updated reload file to remove database
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoreram committed May 25, 2015
1 parent 7e4309b commit b1f44c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/.reload
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ rm -Rf /tmp/Elcodi/*
rm -Rf /tmp/Bamboo/*


php app/console doctrine:database:drop --connection=default --force
php app/console doctrine:database:create --connection=default
php app/console doctrine:schema:update --force --em=default
php app/console doctrine:fixtures:load --fixtures="src/Elcodi/Fixtures" --no-interaction
Expand Down

0 comments on commit b1f44c5

Please sign in to comment.