mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 01:26:01 +00:00
analyser fixes
This commit is contained in:
@@ -188,9 +188,9 @@ export class DatabaseAnalyser {
|
||||
};
|
||||
res.push(action);
|
||||
}
|
||||
|
||||
return [..._compact(res), ...this.getDeletedObjects(snapshot)];
|
||||
}
|
||||
|
||||
return [..._compact(res), ...this.getDeletedObjects(snapshot)];
|
||||
}
|
||||
|
||||
static createEmptyStructure(): DatabaseInfo {
|
||||
|
||||
Reference in New Issue
Block a user