Notes now have a summary and a description, some data migration my be needed

This commit is contained in:
Stefan Zermatten
2021-02-12 11:44:03 +02:00
parent a078ce3d5d
commit 3e6221309e
3 changed files with 19 additions and 2 deletions

View File

@@ -6,6 +6,10 @@ let NoteSchema = new SimpleSchema({
type: String,
optional: true,
},
summary: {
type: String,
optional: true,
},
description: {
type: String,
optional: true,