File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -593,9 +593,9 @@ yii migrate --migrationPath=@app/migrations/db2 --db=db2
593593The first command will apply migrations in ` @app/migrations/db1 ` to the ` db1 ` database, the second command
594594will apply migrations in ` @app/migrations/db2 ` to ` db2 ` , and so on.
595595
596- ### Upgrading from Yii2
596+ ### Upgrading from Yii 2.0
597597
598- Migrations in Yii2 and the [ yiisoft/db-migration] ( https://github.com/yiisoft/db-migration/ ) package are not compatible,
598+ Migrations in Yii 2.0 and the [ yiisoft/db-migration] ( https://github.com/yiisoft/db-migration/ ) package are not compatible,
599599and the ` migration ` table is also not
600600compatible.
601601A probable solution is to use structure dumps and rename the old ` migration ` table. Upon the initial execution of
You can’t perform that action at this time.
0 commit comments