mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Add field to track when current subscription type started
This commit is contained in:
committed by
Phillip Thelen
parent
f9a9d4919b
commit
8dfa21a4b8
@@ -13,6 +13,7 @@ export const schema = new mongoose.Schema({
|
||||
dateCreated: Date,
|
||||
dateTerminated: Date,
|
||||
dateUpdated: Date,
|
||||
dateCurrentTypeCreated: Date,
|
||||
extraMonths: { $type: Number, default: 0 },
|
||||
gemsBought: { $type: Number, default: 0 },
|
||||
mysteryItems: { $type: Array, default: () => [] },
|
||||
|
||||
Reference in New Issue
Block a user