add torrent_backdrop_img field to torrent model

This commit is contained in:
OldHawk
2017-04-09 01:34:16 +08:00
parent 928f4a9559
commit 35ee37bc45

View File

@@ -93,6 +93,11 @@ var TorrentSchema = new Schema({
default: '',
trim: true
},
torrent_backdrop_img: {
type: String,
default: '',
trim: true
},
torrent_release: {
type: String,
default: '2017',