1
0
Fork 0
mirror of synced 2024-10-01 01:28:51 +13:00

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 1557c6f9b3

View file

@ -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 = []