oneuptime/migration-run.sh
2022-12-15 12:36:31 +05:30

8 lines
307 B
Bash

# Load env values from config.env
export $(grep -v '^#' config.env | xargs)
npm run prerun
export DATABASE_HOST=$DATABASE_MIGRATIONS_HOST
export DATABASE_PORT=$DATABASE_MIGRATIONS_PORT
sudo npm i -g ts-node
npx typeorm-ts-node-esm migration:run --dataSource=./CommonServer/Infrastructure/PostgresConfig.ts