mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
add all Changes of #4565
This commit is contained in:
@@ -387,7 +387,12 @@ var UserSchema = new Schema({
|
||||
todos: {type:[TaskSchemas.TodoSchema]},
|
||||
rewards: {type:[TaskSchemas.RewardSchema]},
|
||||
|
||||
extra: Schema.Types.Mixed
|
||||
extra: Schema.Types.Mixed,
|
||||
|
||||
pushDevices: {type: [{
|
||||
regId: {type: String},
|
||||
type: {type: String}
|
||||
}],'default': []}
|
||||
|
||||
}, {
|
||||
strict: true,
|
||||
|
||||
Reference in New Issue
Block a user