Skip to content

Commit

Permalink
Merge branch '1.8' into master
Browse files Browse the repository at this point in the history
* 1.8:
  Fix doctrine migrations config in UPGRADE-1.8.md
  • Loading branch information
Zales0123 committed Dec 4, 2020
2 parents d0bd9cc + b59f89d commit f381ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADE-1.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ As we switched to the `3.0` version of Doctrine Migrations, there are some thing
+ table_storage:
+ table_name: sylius_migrations
+ migrations_paths:
+ 'DoctrineMigrations': 'src/Migrations'
+ 'DoctrineMigrations': '%kernel.project_dir%/src/Migrations'
```
1. Remove all the legacy Sylius-Standard migrations (they're not needed anymore)
Expand Down

0 comments on commit f381ae4

Please sign in to comment.