feat(torrents): add field torrent_vip of model torrent, flag for vip resources.

This commit is contained in:
OldHawk
2017-09-21 11:26:17 +08:00
parent 96c9efc376
commit 2e8d0789ba

View File

@@ -125,6 +125,10 @@ var TorrentSchema = new Schema({
type: Boolean,
default: false
},
torrent_vip: {
type: Boolean,
default: false
},
torrent_sale_status: {
type: String,
default: 'U1/D1',