feat: support custom db schema (#6670)
* feat: db schema * apply suggestion Co-authored-by: Tom Moor <tom.moor@gmail.com> * fix linter --------- Co-authored-by: Tom Moor <tom.moor@gmail.com>
This commit is contained in:
@@ -80,6 +80,12 @@ export class Environment {
|
||||
})
|
||||
public DATABASE_URL = environment.DATABASE_URL ?? "";
|
||||
|
||||
/**
|
||||
* An optional database schema.
|
||||
*/
|
||||
@IsOptional()
|
||||
public DATABASE_SCHEMA = this.toOptionalString(environment.DATABASE_SCHEMA);
|
||||
|
||||
/**
|
||||
* The url of the database pool.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user