mirror of
https://github.com/arnaucube/openworktime.git
synced 2026-02-06 19:26:41 +01:00
user connected comprovation system implemented
This commit is contained in:
@@ -12,6 +12,7 @@ var userSchema = new Schema({
|
||||
web: { type: String },
|
||||
projects: { type: String },
|
||||
connected: { type: Boolean },
|
||||
working: { type: Boolean }
|
||||
working: { type: Boolean },
|
||||
lastConnection: { type: Date }
|
||||
})
|
||||
module.exports = mongoose.model('userModel', userSchema);
|
||||
|
||||
Reference in New Issue
Block a user