Moved name to properties schema

This commit is contained in:
Stefan Zermatten
2019-03-13 09:40:20 +02:00
parent f3d19d3b38
commit 572aca5906
14 changed files with 6 additions and 59 deletions

View File

@@ -6,10 +6,6 @@ import PropertySchema from '/imports/api/creature/subSchemas/PropertySchema.js';
let Notes = new Mongo.Collection("notes");
let NoteSchema = schema({
name: {
type: String,
optional: true,
},
description: {
type: String,
optional: true,