Skip to content

Commit

Permalink
Fix DB creation
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Phoen committed Sep 28, 2018
1 parent 8c25cab commit f29d22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ behat:
php ./vendor/bin/behat --colors -vvv

database:
rm ./examples/rulerz.db
rm ./examples/rulerz.db || true
./vendor/bin/doctrine orm:schema-tool:create
./examples/scripts/load_fixtures.php

Expand Down

0 comments on commit f29d22a

Please sign in to comment.