Update User model for migration
This commit is contained in:
@ -139,7 +139,8 @@ var userSchema = new mongoose.Schema({
|
|||||||
type: Number,
|
type: Number,
|
||||||
default: 0
|
default: 0
|
||||||
},
|
},
|
||||||
needsMigration: { type: Boolean, default: true }
|
needsMigration: { type: Boolean, default: true },
|
||||||
|
challengesHash: {}
|
||||||
});
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user