Update: isActive field added
This commit is contained in:
parent
000a4e0054
commit
da1adf9679
1 changed files with 4 additions and 0 deletions
|
|
@ -10,6 +10,10 @@ module.exports = mongoose => {
|
|||
watchedDates: {
|
||||
type: Array,
|
||||
default: null
|
||||
},
|
||||
isActive: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
}
|
||||
},
|
||||
{ timestamps: true }
|
||||
|
|
|
|||
Reference in a new issue