fixed incremental analysis when changed schema+test

This commit is contained in:
Jan Prochazka
2024-09-18 16:30:45 +02:00
parent e785fdf9b7
commit d1e98e5640
2 changed files with 24 additions and 9 deletions

View File

@@ -119,6 +119,7 @@ export class DatabaseAnalyser {
const areSchemasDifferent = stableStringify(schemas) != stableStringify(this.structure.schemas);
if (areSchemasDifferent) {
structureUpdated = {
...structure,
...structureUpdated,
schemas,
};