Skip to content

Commit

Permalink
Merge pull request Sylius#9246 from stefandoorn/upgrade-1-1-migrations
Browse files Browse the repository at this point in the history
Mention the need of applying migrations when upgrading 1.0 -> 1.1
  • Loading branch information
pamil committed Mar 11, 2018
2 parents 38abff0 + 8debcc5 commit 98ce7d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions UPGRADE-1.1.md
Expand Up @@ -8,3 +8,8 @@
* Methods `createQueryBuilderByProductCode` and `findOneByIdAndProductCode` were added to
`Sylius\Component\Core\Repository\ProductReviewRepositoryInterface` (no manual action needed if your implementation
extends `Sylius\Bundle\CoreBundle\Doctrine\ORM\ProductReviewRepository`).

* Copy the following migrations from `vendor/sylius/sylius/app/migrations` to your own application, review them and apply them afterwards.
* `Version20170913125128.php`
* `Version20171003103916.php`
* `Version20180102140039.php`

0 comments on commit 98ce7d9

Please sign in to comment.