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.
Files changed (2) hide show
  1. package/dist/Schema.js +0 -7
  2. 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;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "openchs-models",
3
3
  "description": "OpenCHS data model to be used by front end clients",
4
- "version": "1.32.56",
4
+ "version": "1.32.57",
5
5
  "private": false,
6
6
  "repository": {
7
7
  "type": "git",