Resolve #4925
This commit is contained in:
parent
678d610cd6
commit
e5409db0e8
4 changed files with 23 additions and 22 deletions
|
@ -199,7 +199,7 @@ const user = await Users.findOne(userId).then(ensure);
|
|||
```
|
||||
|
||||
### Migration作成方法
|
||||
コードの変更をした後、`ormconfig.json`(書き方はCONTRIBUTING.mdを参照)を用意し、
|
||||
コードの変更をした後、`ormconfig.json`(`npm run ormconfig`で生成)を用意し、
|
||||
|
||||
```
|
||||
npm i -g ts-node
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue