Skip to content

Commit 6ef876d

Browse files
committed
docs(ci): fix remaining code fence issues
1 parent 1f572a6 commit 6ef876d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/en/upgrading-to-builtin-backend.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,19 +140,19 @@ To migrate from `phinxlog` tables to the new `cake_migrations` table:
140140

141141
1. **Preview the upgrade** (dry run):
142142

143-
``` bash
143+
```bash
144144
bin/cake migrations upgrade --dry-run
145145
```
146146

147147
2. **Run the upgrade**:
148148

149-
``` bash
149+
```bash
150150
bin/cake migrations upgrade
151151
```
152152

153153
3. **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

0 commit comments

Comments
 (0)