mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-13 17:52:22 +00:00
add schema field to keep track of onboarding emails
This commit is contained in:
parent
c0c74659c5
commit
faedb13598
1 changed files with 1 additions and 0 deletions
|
|
@ -217,6 +217,7 @@ let schema = new Schema({
|
|||
lastWeeklyRecap: {type: Date, default: Date.now},
|
||||
// Used to enable weekly recap emails as users login
|
||||
lastWeeklyRecapDiscriminator: Boolean,
|
||||
onboardingEmailsPhase: String, // Keep track of the latest onboarding email sent
|
||||
communityGuidelinesAccepted: {type: Boolean, default: false},
|
||||
cronCount: {type: Number, default: 0},
|
||||
welcomed: {type: Boolean, default: false},
|
||||
|
|
|
|||
Loading…
Reference in a new issue