Skip to content

Commit

Permalink
Fix migrations trigger command in readme
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Fedurtsya <anton@fedurtsya.com>
  • Loading branch information
Sieg committed Jun 3, 2024
1 parent c5963aa commit 5c0930a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,13 +258,13 @@ The module template is intended to act as a tutorial module so keep your eyes op
Migrations have to be run via console command (`./vendor/bin/oe-eshop-doctrine_migration`)

```bash
./vendor/bin/oe-eshop-doctrine_migration migration:migrate oe_moduletemplate
./vendor/bin/oe-eshop-doctrine_migration migrations:migrate oe_moduletemplate
```

NOTE: Existing migrations must not be changed. If the database needs a change, add a new migration file and change to your needs:

```bash
./vendor/bin/oe-eshop-doctrine_migration migration:generate oe_moduletemplate
./vendor/bin/oe-eshop-doctrine_migration migrations:generate oe_moduletemplate
```

For more information, check the [developer documentation](https://docs.oxid-esales.com/developer/en/latest/development/tell_me_about/migrations.html).
Expand Down

0 comments on commit 5c0930a

Please sign in to comment.