Skip to content

Commit

Permalink
OXDEV-7614 Mentioned migration command
Browse files Browse the repository at this point in the history
  • Loading branch information
RahatHameed committed Apr 29, 2024
1 parent d167a6c commit fa92cbd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ $ composer require oxid-esales/graphql-base ^8.0.0
After requiring the module, you need to activate it, either via OXID eShop admin or CLI.

```bash
$ ./bin/oe-console oe:module:activate oe_graphql_base
$ bin/oe-console oe:module:activate oe_graphql_base

$ vendor/bin/oe-eshop-doctrine_migration migration:migrate oe_graphql_base
```

### How to use
Expand Down

0 comments on commit fa92cbd

Please sign in to comment.