Skip to content

Commit

Permalink
Added missing migration commands
Browse files Browse the repository at this point in the history
  • Loading branch information
RahatHameed committed Feb 7, 2025
1 parent 74c418b commit 9b6a4d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/setup-development.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ perl -pi\
$SCRIPT_PATH/parts/shared/setup_database.sh --no-demodata

docker compose exec -T php vendor/bin/oe-console oe:module:install ./

$SCRIPT_PATH/parts/shared/reset_database.sh
docker compose exec -T php vendor/bin/oe-eshop-doctrine_migration migrations:migrate
docker compose exec -T php vendor/bin/oe-eshop-db_views_generate

docker compose exec -T php vendor/bin/oe-console oe:module:activate oe_graphql_base
docker compose exec -T php vendor/bin/oe-console oe:theme:activate apex
Expand Down

0 comments on commit 9b6a4d8

Please sign in to comment.