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: {
|
watchedDates: {
|
||||||
type: Array,
|
type: Array,
|
||||||
default: null
|
default: null
|
||||||
|
},
|
||||||
|
isActive: {
|
||||||
|
type: Boolean,
|
||||||
|
default: true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ timestamps: true }
|
{ timestamps: true }
|
||||||
|
|
|
||||||
Reference in a new issue