start refactoring points into progressTimestamps which is essentially points with timestamps
This commit is contained in:
@ -21,7 +21,9 @@ var userSchema = new mongoose.Schema({
|
||||
type: Number,
|
||||
default: 0
|
||||
},
|
||||
progressTimestamps: { type: Array, default: [] },
|
||||
challengesCompleted: { type: Array, default: [] },
|
||||
pointsNeedMigration: { type: Boolean, default: true },
|
||||
challengesHash: {
|
||||
0: {
|
||||
type: Number,
|
||||
|
Reference in New Issue
Block a user