0
0
Fork 0

ログインできた

This commit is contained in:
Xeltica 2020-08-04 14:38:26 +09:00
parent 326384957c
commit dfbc06f858
18 changed files with 853 additions and 167 deletions

8
gen-migrate Executable file
View 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