chore(mobile): add mobileChat flag for grandfathering

This commit is contained in:
Tyler Renelle 2014-02-21 18:31:19 -08:00
parent b95056606a
commit df95c9e808

View file

@ -82,6 +82,7 @@ var UserSchema = new Schema({
hair: {type: Schema.Types.Mixed, 'default': {}},
shirt: {type: Schema.Types.Mixed, 'default': {}},
txnCount: {type: Number, 'default':0},
mobileChat: Boolean,
plan: {
planId: String,
customerId: String,