piyusharora1989
Results
2
comments of
piyusharora1989
@ertankara I am using the following command for migrations: `tsc src/database/migrations/* --outdir dist/migrations && npx sequelize-cli db:migrate --url 'postgres://'$(dotenv -p DB_USERNAME)':'$(dotenv -p DB_PASSWORD)'@'$(dotenv -p DB_HOST)':'$(dotenv -p DB_PORT)'/'$(dotenv -p DATABASE)'' --migrations-path...
Yeah I meant to thank @FreifeldRoyi :)