Skip to content

Commit

Permalink
OXDEV-8316 Run migrations before module activation
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Fedurtsya <[email protected]>
  • Loading branch information
Sieg committed Oct 15, 2024
1 parent ee1d689 commit 2a974aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/oxid-esales/module-template.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 oe_moduletemplate
vendor/bin/oe-console oe:theme:activate apex
Expand Down

0 comments on commit 2a974aa

Please sign in to comment.