Update User model for migration

This commit is contained in:
terakilobyte
2015-04-22 07:30:40 -04:00
parent a38aa375cc
commit ca812f09ae

View File

@ -139,7 +139,8 @@ var userSchema = new mongoose.Schema({
type: Number,
default: 0
},
needsMigration: { type: Boolean, default: true }
needsMigration: { type: Boolean, default: true },
challengesHash: {}
});
/**