Merge remote-tracking branch 'origin/develop' into feature/automation-redesign

This commit is contained in:
Peter Clement 2021-09-15 09:58:19 +01:00
commit d2cbeeb679
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ module MySQLModule {
false false
) )
const tableNames = tablesResp.map( const tableNames = tablesResp.map(
(obj: any) => obj[`Tables_in_${database}`] (obj: any) => obj[`Tables_in_${database.toLowerCase()}`]
) )
for (let tableName of tableNames) { for (let tableName of tableNames) {
const primaryKeys = [] const primaryKeys = []