Skip to content

Commit 20d8466

Browse files
committed
Update readme regarding migration changes
1 parent aced969 commit 20d8466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ All script are defined in the `package-scripts.js` file, but the most important
156156

157157
### Database Migration
158158

159-
- Run `typeorm migrations:create -n <migration-file-name>` to create a new migration file.
159+
- Run `typeorm migration:create -n <migration-file-name>` to create a new migration file.
160160
- Try `typeorm -h` to see more useful cli commands like generating migration out of your models.
161161
- To migrate your database run `npm start db.migrate`.
162162
- To revert your latest migration run `npm start db.revert`.

0 commit comments

Comments
 (0)