mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
Add _isMember attribute to groupSchema
This commit is contained in:
parent
b4b56e87f0
commit
30e158de48
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ var logging = require('../logging');
|
|||
|
||||
var GroupSchema = new Schema({
|
||||
_id: {type: String, 'default': shared.uuid},
|
||||
_isMember: Boolean,
|
||||
name: String,
|
||||
description: String,
|
||||
leader: {type: String, ref: 'User'},
|
||||
|
|
|
|||
Loading…
Reference in a new issue