Skip to content

Commit bf29367

Browse files
committed
task: default schema options
1 parent 6389053 commit bf29367

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/connector.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ const PostgresOptionsDefaults: DeepPartial<PostgresOptions> = {
4545
idleTimeoutMillis: 200,
4646
writeInterval: 200,
4747
defaultTable: 'default',
48+
schema: 'ds',
4849
notifications: {
4950
CREATE_TABLE: true,
5051
DESTROY_TABLE: true,

0 commit comments

Comments
 (0)