[#1394] fix customizationsNotification issue

This commit is contained in:
Tyler Renelle
2013-09-17 14:57:40 -04:00
parent 402e2aedb0
commit 5006cda946
3 changed files with 4 additions and 4 deletions

View File

@@ -59,6 +59,7 @@ var UserSchema = new Schema({
filters: {type: Schema.Types.Mixed, 'default': {}},
flags: {
customizationsNotification: {type: Boolean, 'default': false},
showTour: {type: Boolean, 'default': true},
ads: {type: String, 'default': 'show'}, // FIXME make this a boolean, run migration
dropsEnabled: {type: Boolean, 'default': false},