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 // The amount of XP this experience gives
value: { value: {
type: SimpleSchema.Integer, type: SimpleSchema.Integer,
defaultValue: 0 optional: true,
}, },
// The real-world date that it occured // The real-world date that it occured
date: { date: {