Skip to content

Commit 18b69e8

Browse files
committed
docs: finalize database migration documentation
1 parent 85f49b9 commit 18b69e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/database-migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The production database is generated from MySQL dump files located in
1717

1818
## Directory Structure
1919

20-
```
20+
```txt
2121
prisma/
2222
├── dev.db # Development SQLite database
2323
├── test.db # Testing SQLite database
@@ -207,7 +207,7 @@ EOF
207207

208208
Expected output:
209209

210-
```
210+
```txt
211211
User|220
212212
Course|1
213213
Chapter|18

0 commit comments

Comments
 (0)