fixed getEnsureSchemaExistsConfig
Signed-off-by: Chap Ambrose <cambrose@salesforce.com>
This commit is contained in:
@@ -441,8 +441,9 @@ export class PgConnector implements Connector {
|
||||
const baseConfig =
|
||||
this.config.getOptionalBoolean('ensureSchemaExists') ?? true;
|
||||
return (
|
||||
this.config.getOptionalBoolean(`${pluginPath(pluginId)}.ensureExists`) ??
|
||||
baseConfig
|
||||
this.config.getOptionalBoolean(
|
||||
`${pluginPath(pluginId)}.getEnsureSchemaExistsConfig`,
|
||||
) ?? baseConfig
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user