Skip to content

Commit 4a2463f

Browse files
Update README.md
1 parent 9e53d86 commit 4a2463f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,15 +123,21 @@ The API server will start using the `PORT` specified in `.env` file (default 500
123123

124124
The SQLite Path is set in `.env`, as `SQLITE_PATH`
125125

126+
<br />
127+
126128
## Database migration
127129

128130
##### generate migration:
129131

130-
yarn typeorm migration:generate -n your_migration_name
132+
```bash
133+
$ yarn typeorm migration:generate -n your_migration_name
134+
```
131135

132136
##### run migration:
133137

134-
yarn typeorm migration:run
138+
```bash
139+
$ yarn typeorm migration:run
140+
```
135141

136142
<br />
137143

0 commit comments

Comments
 (0)