Skip to content

Commit

Permalink
Add first migration
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusa87 committed May 31, 2024
1 parent 2f04621 commit 39be719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"mkdir -p data",
"rm -f data/database.sqlite",
"touch data/database.sqlite",
"@php bin/console doctrine:schema:update --complete --force --env=test -n",
"@php bin/console doctrine:migration:migrate -n --allow-no-migration --env=test",
"@php bin/console typesense:create --env=test",
"@php bin/console doctrine:fixtures:load --env=test --append -n",
"@test-phpunit"
Expand Down

0 comments on commit 39be719

Please sign in to comment.