mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-13 06:04:13 -04:00
Update User model for migration
This commit is contained in:
@@ -139,7 +139,8 @@ var userSchema = new mongoose.Schema({
|
||||
type: Number,
|
||||
default: 0
|
||||
},
|
||||
needsMigration: { type: Boolean, default: true }
|
||||
needsMigration: { type: Boolean, default: true },
|
||||
challengesHash: {}
|
||||
});
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user