add torrent_sale_status to model torrent

This commit is contained in:
OldHawk
2017-04-06 10:01:36 +08:00
parent 9c365243f5
commit 7a4b9069c1

View File

@@ -100,6 +100,13 @@ var TorrentSchema = new Schema({
}],
default: ['new']
},
torrent_sale_status: {
type: [{
type: String,
enum: ['FREE', '1/30%', '1/50%', '1/100%', '2/30%', '2/50%', '2/100%', '3/50%', '3/100%']
}],
default: ['1/100%']
},
torrent_recommended: {
type: Number,
default: 0