Skip to content

Commit

Permalink
Update .platform.app.yaml
Browse files Browse the repository at this point in the history
Change schema:update with migrations:migrate

Co-authored-by: Kamil Grygierzec <[email protected]>
  • Loading branch information
senghe and TheMilek authored Jul 5, 2024
1 parent b437e5c commit 167d339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ hooks:
rm -rf var/cache/*
mkdir -p public/media/image
bin/console doctrine:database:create --if-not-exists
bin/console doctrine:schema:update --force
bin/console doctrine:migrations:migrate -n
bin/console sylius:fixtures:load -n
bin/console lexik:jwt:generate-keypair --skip-if-exists
bin/console assets:install --symlink --relative public
Expand Down

0 comments on commit 167d339

Please sign in to comment.