From 85c9e09636ac90cddaade5a1a77b5407d1fb19f0 Mon Sep 17 00:00:00 2001 From: jiarongping Date: Tue, 3 Sep 2024 11:49:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20uni=E7=BB=9F=E8=AE=A1=E7=B4=A2=E5=BC=95?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../uni-stat-page-result/collection.json | 26 ++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/collection/uni-stat-page-result/collection.json b/collection/uni-stat-page-result/collection.json index a8e5494..27cab52 100644 --- a/collection/uni-stat-page-result/collection.json +++ b/collection/uni-stat-page-result/collection.json @@ -190,6 +190,30 @@ ], "MgoIsUnique":false } + }, + { + "IndexName":"entry_count", + "MgoKeySchema":{ + "MgoIndexKeys":[ + { + "Name":"entry_count", + "Direction":"1" + } + ], + "MgoIsUnique":false + } + }, + { + "IndexName":"visit_times", + "MgoKeySchema":{ + "MgoIndexKeys":[ + { + "Name":"visit_times", + "Direction":"1" + } + ], + "MgoIsUnique":false + } } ] -} \ No newline at end of file +}