make a ton of small improvements related to github issues

This commit is contained in:
Quincy Larson
2015-05-23 16:48:55 -07:00
parent a3ab32f339
commit 27a35e65a7
10 changed files with 233 additions and 224 deletions

View File

@@ -150,7 +150,6 @@ var userSchema = new mongoose.Schema({
// needsMigration has been deprecated, use needsSomeDataModeled
needsMigration: { type: Boolean, default: true },
finishedWaypoints: { type: Boolean, default: false },
sendMonthlyEmail: { type: Boolean, default: true },
challengesHash: {},
currentChallenge: {},