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,
|
title: String,
|
||||||
album: String,
|
album: String,
|
||||||
royaltytrackid: Number,
|
royaltytrackid: Number,
|
||||||
id: Number,
|
id: String,
|
||||||
playlistId: Number,
|
playlistId: Number,
|
||||||
thumbCover: String,
|
thumbCover: String,
|
||||||
createdAt: {
|
createdAt: {
|
||||||
|
|
Loading…
Reference in a new issue