Skip to content

Commit

Permalink
NFM-3 Run migrations after module installation
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Fedurtsya <[email protected]>
  • Loading branch information
Sieg committed Oct 8, 2024
1 parent f74d177 commit 1d7cd62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/fresh-advance/module-nutrition_facts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ install:
custom_script_container: |
vendor/bin/oe-console oe:database:reset --db-host=mysql --db-port=3306 --db-name=example --db-user=root --db-password=root --force
vendor/bin/oe-console oe:module:install ./
vendor/bin/oe-eshop-doctrine_migration migrations:migrate
vendor/bin/oe-console oe:module:activate fa_nutrition_facts
vendor/bin/oe-console oe:theme:activate twig
Expand Down

0 comments on commit 1d7cd62

Please sign in to comment.