Started on DBv1 migration

This commit is contained in:
Stefan Zermatten
2021-09-06 11:36:42 +02:00
parent fc0cc6e689
commit 235560eb44
19 changed files with 658 additions and 174 deletions

View File

@@ -10,6 +10,10 @@ import STORAGE_LIMITS from '/imports/constants/STORAGE_LIMITS.js';
let CreatureProperties = new Mongo.Collection('creatureProperties');
let CreaturePropertySchema = new SimpleSchema({
_migrationError: {
type: String,
optional: true,
},
type: {
type: String,
allowedValues: Object.keys(propertySchemasIndex),