chore: db schema test options
This commit is contained in:
parent
f1c269cb57
commit
5040182713
@ -32,6 +32,7 @@ export function getConfigByEnv() {
|
||||
},
|
||||
timezone: process.env.DB_TIMEZONE,
|
||||
underscored: process.env.DB_UNDERSCORED === 'true',
|
||||
schema: process.env.DB_SCHEMA,
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user