Merge remote-tracking branch 'origin/develop' into feature/automation-redesign
This commit is contained in:
commit
d2cbeeb679
|
@ -152,7 +152,7 @@ module MySQLModule {
|
|||
false
|
||||
)
|
||||
const tableNames = tablesResp.map(
|
||||
(obj: any) => obj[`Tables_in_${database}`]
|
||||
(obj: any) => obj[`Tables_in_${database.toLowerCase()}`]
|
||||
)
|
||||
for (let tableName of tableNames) {
|
||||
const primaryKeys = []
|
||||
|
|
Loading…
Reference in New Issue