We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e53d86 commit 4a2463fCopy full SHA for 4a2463f
README.md
@@ -123,15 +123,21 @@ The API server will start using the `PORT` specified in `.env` file (default 500
123
124
The SQLite Path is set in `.env`, as `SQLITE_PATH`
125
126
+<br />
127
+
128
## Database migration
129
130
##### generate migration:
131
-yarn typeorm migration:generate -n your_migration_name
132
+```bash
133
+$ yarn typeorm migration:generate -n your_migration_name
134
+```
135
136
##### run migration:
137
-yarn typeorm migration:run
138
139
+$ yarn typeorm migration:run
140
141
142
<br />
143
0 commit comments