mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 00:16:00 +00:00
postgre sql analyser - works also for redshift
This commit is contained in:
@@ -25,6 +25,7 @@ export class DatabaseAnalyser {
|
||||
|
||||
async fullAnalysis() {
|
||||
const res = await this._runAnalysis();
|
||||
console.log('FULL ANALYSIS', res);
|
||||
return res;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user