himanshugogroup

Results 2 comments of himanshugogroup

First add seeder text in file name and second compile project to js eg; `npx tsc -outDir ./build-migrations ./src/**/*.ts` Don't forget to exclude build-migrations as it only will be used...

Just do ``` module.exports = { development: { username: DATABASE_USER!, password: DATABASE_PASSWORD!, database: DATABASE_NAME!, host: DATABASE_HOST!, dialect: "postgres", }, production: { username: DATABASE_USER!, password: DATABASE_PASSWORD!, database: DATABASE_NAME!, host: DATABASE_HOST!, dialect:...