mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
Adjust link to migration file
This commit is contained in:
parent
a5554d0072
commit
8d7ca45073
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ Require upgraded Sylius version using Composer:
|
|||
composer require sylius/sylius:~1.6.0
|
||||
```
|
||||
|
||||
Copy [a new migration file](https://raw.githubusercontent.com/Sylius/Sylius-Standard/master/src/Migrations/Version20190621035710.php) and run new migrations:
|
||||
Copy [a new migration file](https://raw.githubusercontent.com/Sylius/Sylius/1.6/app/migrations/Version20190607135638.php) and run new migrations:
|
||||
|
||||
```bash
|
||||
bin/console doctrine:migrations:migrate
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue