mirror of
https://github.com/arnaucube/openworktime.git
synced 2026-02-07 11:46:40 +01:00
user working parameter added
This commit is contained in:
@@ -11,6 +11,7 @@ var userSchema = new Schema({
|
||||
github: { type: String },
|
||||
web: { type: String },
|
||||
projects: { type: String },
|
||||
connected: { type: Boolean }
|
||||
connected: { type: Boolean },
|
||||
working: { type: Boolean }
|
||||
})
|
||||
module.exports = mongoose.model('userModel', userSchema);
|
||||
|
||||
Reference in New Issue
Block a user