Pass instanceName to driver
This commit is contained in:
parent
ac6695123b
commit
6e9927fbf7
@ -466,6 +466,7 @@ WHERE TABLE_TYPE='BASE TABLE' and TABLE_SCHEMA in (${schema}) AND TABLE_CATALOG
|
||||
options: {
|
||||
appName: "typeorm-model-generator",
|
||||
encrypt: connectionOptons.ssl,
|
||||
instanceName: connectionOptons.instanceName,
|
||||
},
|
||||
password: connectionOptons.password,
|
||||
port: connectionOptons.port,
|
||||
|
Loading…
Reference in New Issue
Block a user