openchs-models 1.32.56 → 1.32.57
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 +0 -7
- package/package.json +1 -1
package/dist/Schema.js
CHANGED
|
@@ -998,13 +998,6 @@ function createRealmConfig() {
|
|
|
998
998
|
}
|
|
999
999
|
|
|
1000
1000
|
if (oldDB.schemaVersion < 204) {
|
|
1001
|
-
_lodash.default.forEach(newDB.objects(_Concept.default.schema.name), concept => {
|
|
1002
|
-
if (!concept.media) {
|
|
1003
|
-
concept.media = [];
|
|
1004
|
-
}
|
|
1005
|
-
}); // Reset EntitySyncStatus for Concept to refetch media URLs
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
1001
|
_lodash.default.forEach(newDB.objects(_EntitySyncStatus.default.schema.name), ess => {
|
|
1009
1002
|
if (ess.entityName === 'Concept') {
|
|
1010
1003
|
ess.loadedSince = _EntitySyncStatus.default.REALLY_OLD_DATE;
|