|
@@ -49,6 +49,7 @@ schema.index({ term: 1 });
|
|
|
schema.index({ type: 1 });
|
|
|
schema.index({ status: 1 });
|
|
|
schema.index({ trans_status: 1 });
|
|
|
+schema.index({ lose_date: 1 });
|
|
|
schema.index({ 'meta.createdAt': 1 });
|
|
|
schema.plugin(metaPlugin);
|
|
|
module.exports = app => {
|