openchs-models 1.32.49 → 1.32.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Schema.js +5 -6
- package/package.json +1 -1
package/dist/Schema.js
CHANGED
|
@@ -988,12 +988,11 @@ function createRealmConfig() {
|
|
|
988
988
|
}
|
|
989
989
|
|
|
990
990
|
if (oldDB.schemaVersion < 203) {
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
}
|
|
991
|
+
_lodash.default.forEach(newDB.objects(_EntitySyncStatus.default.schema.name), ess => {
|
|
992
|
+
if (ess.entityName === 'SubjectType') {
|
|
993
|
+
ess.loadedSince = _EntitySyncStatus.default.REALLY_OLD_DATE;
|
|
994
|
+
}
|
|
995
|
+
});
|
|
997
996
|
}
|
|
998
997
|
}
|
|
999
998
|
};
|