fix(db): upgrade flags.recaptureEmailsPhase to new values
This commit is contained in:
+1
-1
@@ -131,7 +131,7 @@ var UserSchema = new Schema({
|
||||
levelDrops: {type:Schema.Types.Mixed, 'default':{}},
|
||||
chatRevoked: Boolean,
|
||||
// Used to track the status of recapture emails sent to each user,
|
||||
// can be 0 - no email sent - 1, 2 or 3 - 3 means no more email will be sent to the user
|
||||
// can be 0 - no email sent - 1, 2, 3 or 4 - 4 means no more email will be sent to the user
|
||||
recaptureEmailsPhase: {type: Number, 'default': 0},
|
||||
communityGuidelinesAccepted: {type: Boolean, 'default': false}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user