mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-18 09:52:20 +00:00
feat(emails): add field to keep track of weekly recap emails
This commit is contained in:
parent
fc1f6ba0b9
commit
e966de7bf0
1 changed files with 1 additions and 0 deletions
|
|
@ -148,6 +148,7 @@ var UserSchema = new Schema({
|
|||
recaptureEmailsPhase: {type: Number, 'default': 0},
|
||||
// Needed to track the tip to send inside the email
|
||||
weeklyRecapEmailsPhase: {type: Number, 'default': 0},
|
||||
lastWeeklyRecap: {type: Date, 'default': Date.now},
|
||||
communityGuidelinesAccepted: {type: Boolean, 'default': false},
|
||||
cronCount: {type:Number, 'default':0}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue