History added + User tested
This commit is contained in:
parent
f774cf64bd
commit
4629b42b36
8 changed files with 197 additions and 107 deletions
|
|
@ -9,7 +9,11 @@ module.exports = mongoose => {
|
|||
type: Object,
|
||||
default: roles.User
|
||||
},
|
||||
playlists: []
|
||||
playlists: [],
|
||||
active: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
}
|
||||
},
|
||||
{ timestamps: true }
|
||||
);
|
||||
|
|
|
|||
Reference in a new issue