ログインできた
This commit is contained in:
parent
326384957c
commit
dfbc06f858
18 changed files with 853 additions and 167 deletions
8
gen-migrate
Executable file
8
gen-migrate
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ $# -ne 1 ]; then
|
||||
echo "usage: $0 <migration-name>"
|
||||
exit -1
|
||||
fi
|
||||
|
||||
npx ts-node --project ./tsconfig.migration.json ./node_modules/typeorm/cli.js migration:generate -n $1
|
Loading…
Add table
Add a link
Reference in a new issue