diff --git a/src/model/Game.js b/src/model/Game.js index b10ca8d..c43e885 100644 --- a/src/model/Game.js +++ b/src/model/Game.js @@ -23,6 +23,7 @@ const Game = new mongoose.Schema( reserve: {type: Number}, sell: {type: Number}, download: {type: Number}, + source: {type: String, default: 'taptap'} }, { collection: 'games',