Added Artist/Song library
This commit is contained in:
parent
7015fc1671
commit
68f821b933
5 changed files with 134 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
module.exports = mongoose => {
|
||||
const schema = new mongoose.Schema({
|
||||
user: String,
|
||||
property: {
|
||||
type: {
|
||||
type: String,
|
||||
enum: ['artist', 'title']
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue