diff --git a/composer.json b/composer.json index acde81ef..a1b1f495 100644 --- a/composer.json +++ b/composer.json @@ -115,7 +115,7 @@ "elcodi/elcodi": "0.5.18", "elcodi/test-common-bundle": "0.5.18", - "doctrine/data-fixtures": "~1.0", + "doctrine/data-fixtures": "^1.1", "behat/behat": "~3.0", "behat/symfony2-extension": "~2.0", "behat/mink-extension": "~2.0, >=2.0.1", diff --git a/scripts/.reload b/scripts/.reload index 56e03d22..5bc6ec3f 100755 --- a/scripts/.reload +++ b/scripts/.reload @@ -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