feat: Add postgres schema environment variable (#1047)
feat: Add postgres schema environment variable --------- Co-authored-by: Faruk AYDIN <omerfaruk26@gmail.com>
This commit is contained in:
@@ -12,6 +12,7 @@ const knexConfig = {
|
||||
database: appConfig.postgresDatabase,
|
||||
ssl: appConfig.postgresEnableSsl,
|
||||
},
|
||||
searchPath: [appConfig.postgresSchema],
|
||||
pool: { min: 0, max: 20 },
|
||||
migrations: {
|
||||
directory: __dirname + '/src/db/migrations',
|
||||
|
Reference in New Issue
Block a user