History added + User tested

This commit is contained in:
Yûki VACHOT 2021-11-02 04:37:22 +01:00
parent f774cf64bd
commit 4629b42b36
8 changed files with 197 additions and 107 deletions

View file

@ -9,7 +9,11 @@ module.exports = mongoose => {
type: Object,
default: roles.User
},
playlists: []
playlists: [],
active: {
type: Boolean,
default: true
}
},
{ timestamps: true }
);