Updated Mongo schema
This commit is contained in:
parent
6564dec7a8
commit
bda2a1f3d1
1 changed files with 1 additions and 1 deletions
2
mongo.js
2
mongo.js
|
@ -8,7 +8,7 @@ const schemas = {
|
|||
title: String,
|
||||
album: String,
|
||||
royaltytrackid: Number,
|
||||
id: Number,
|
||||
id: String,
|
||||
playlistId: Number,
|
||||
thumbCover: String,
|
||||
createdAt: {
|
||||
|
|
Loading…
Reference in a new issue