mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 01:26:01 +00:00
fixed incremental analysis when changed schema+test
This commit is contained in:
@@ -119,6 +119,7 @@ export class DatabaseAnalyser {
|
||||
const areSchemasDifferent = stableStringify(schemas) != stableStringify(this.structure.schemas);
|
||||
if (areSchemasDifferent) {
|
||||
structureUpdated = {
|
||||
...structure,
|
||||
...structureUpdated,
|
||||
schemas,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user