mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 17:37:29 -07:00
Update CONTRIBUTING.md
This commit is contained in:
parent
14148f6c4a
commit
e43b3c2e18
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ MongoDBは`null`で返してきてたので、その感覚で`if (x === null)`
|
|||
|
||||
### Migration作成方法
|
||||
```
|
||||
npx ts-node ./node_modules/typeorm/cli.js migration:generate -n 変更の名前
|
||||
npx ts-node ./node_modules/typeorm/cli.js migration:generate -n 変更の名前 -o
|
||||
```
|
||||
|
||||
作成されたスクリプトは不必要な変更を含むため除去してください。
|
||||
|
|
Loading…
Reference in a new issue