mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
challenges: some more user cleanup in migration
This commit is contained in:
@@ -47,11 +47,8 @@ var UserSchema = new Schema({
|
||||
username: String
|
||||
},
|
||||
timestamps: {
|
||||
created: {
|
||||
type: Date,
|
||||
'default': Date.now
|
||||
},
|
||||
loggedin: Date
|
||||
created: {type: Date,'default': Date.now},
|
||||
loggedin: {type: Date,'default': Date.now}
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user