chore: db schema test options

This commit is contained in:
Chareice 2023-02-14 19:53:23 +08:00
parent f1c269cb57
commit 5040182713

View File

@ -32,6 +32,7 @@ export function getConfigByEnv() {
},
timezone: process.env.DB_TIMEZONE,
underscored: process.env.DB_UNDERSCORED === 'true',
schema: process.env.DB_SCHEMA,
};
}