Skip to content

Commit c73dcb0

Browse files
committed
docs: update migration command in gettingStarted.md to include local migration execution
1 parent 0368f21 commit c73dcb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/documentation/docs/tutorial/001-gettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ model apartments {
173173
Run the following command to create a new migration:
174174

175175
```bash
176-
npm run makemigration -- --name add-apartments
176+
npm run makemigration -- --name add-apartments && npm run migrate:local
177177
```
178178

179179
### Step3. Create the `apartments` resource

0 commit comments

Comments
 (0)