mirror of
https://github.com/dbgate/dbgate
synced 2024-11-08 04:35:58 +00:00
fix
This commit is contained in:
parent
a85ad0a1f0
commit
0c3a2fb047
@ -68,7 +68,7 @@ class MySqlAnalyser extends DatabaseAnalayser {
|
||||
if (typeField == 'views') return [pureName];
|
||||
}
|
||||
if (this.modifications) {
|
||||
return this.modifications.filter((x) => x.objectTypeField == 'views').map((x) => x.newName);
|
||||
return this.modifications.filter((x) => x.objectTypeField == 'views').map((x) => x.newName.pureName);
|
||||
}
|
||||
return allViewNames;
|
||||
}
|
||||
@ -157,6 +157,8 @@ class MySqlAnalyser extends DatabaseAnalayser {
|
||||
pureName: x.Name,
|
||||
})),
|
||||
]);
|
||||
|
||||
// console.log('allModifications', allModifications);
|
||||
// console.log('MOD - SRC', modifications);
|
||||
// console.log(
|
||||
// 'MODs',
|
||||
|
Loading…
Reference in New Issue
Block a user