made XP optional in experiences, so that experiences can just be journal entries

This commit is contained in:
Stefan Zermatten
2019-07-30 10:01:23 +02:00
parent b5ceb7fad0
commit eb63a7a7f3

View File

@@ -27,7 +27,7 @@ let ExperienceSchema = schema({
// The amount of XP this experience gives
value: {
type: SimpleSchema.Integer,
defaultValue: 0
optional: true,
},
// The real-world date that it occured
date: {