openchs-models 1.31.50 → 1.31.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 +1 -1
- package/package.json +1 -1
package/dist/Schema.js
CHANGED
|
@@ -381,7 +381,7 @@ function createRealmConfig() {
|
|
|
381
381
|
return doCompact;
|
|
382
382
|
},
|
|
383
383
|
//order is important, should be arranged according to the dependency
|
|
384
|
-
schemaVersion:
|
|
384
|
+
schemaVersion: 186,
|
|
385
385
|
onMigration: function (oldDB, newDB) {
|
|
386
386
|
console.log("[AvniModels.Schema]", `Running migration with old schema version: ${oldDB.schemaVersion} and new schema version: ${newDB.schemaVersion}`);
|
|
387
387
|
|