From c8cf2fda9358f325cc48605e3c3cbb41b955860a Mon Sep 17 00:00:00 2001
From: cehua-TT <448191260@qq.com>
Date: 星期一, 24 十二月 2018 11:14:43 +0800
Subject: [PATCH] 2668 绑玉、仙盟贡献物品类型修改

---
 db/PyMongoDataServer/index/GameLog.txt |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/db/PyMongoDataServer/index/GameLog.txt b/db/PyMongoDataServer/index/GameLog.txt
new file mode 100644
index 0000000..b9237de
--- /dev/null
+++ b/db/PyMongoDataServer/index/GameLog.txt
@@ -0,0 +1,11 @@
+#数据库的索引字典
+{
+    'tagCashRecLog':	#表名
+    {
+        'OrderId_1':	#索引名
+        {
+            'unique':True,
+            'key':[ ('OrderId', 1) ]	#索引的字典和递增(1)或递减(-1)
+	}
+    },
+}

--
Gitblit v1.8.0