File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -140,19 +140,19 @@ To migrate from `phinxlog` tables to the new `cake_migrations` table:
140140
1411411 . ** Preview the upgrade** (dry run):
142142
143- ``` bash
143+ ``` bash
144144 bin/cake migrations upgrade --dry-run
145145 ```
146146
1471472. ** Run the upgrade** :
148148
149- ` ` ` bash
149+ ` ` ` bash
150150 bin/cake migrations upgrade
151151 ` ` `
152152
1531533. ** Update your configuration** :
154154
155- ` ` ` php
155+ ` ` ` php
156156 // config/app.php
157157 ' Migrations' => [
158158 ' legacyTables' => false,
@@ -163,7 +163,7 @@ To migrate from `phinxlog` tables to the new `cake_migrations` table:
163163 by default. Use ` --drop-tables` to drop the ` phinxlog` tables after
164164 verifying your migrations run correctly.
165165
166- ` ` ` bash
166+ ` ` ` bash
167167 bin/cake migrations upgrade --drop-tables
168168 ` ` `
169169
You can’t perform that action at this time.
0 commit comments