From c0340fad303db3c611ce74c416a1fd16b5d3f932 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期二, 11 十二月 2018 19:45:54 +0800
Subject: [PATCH] 2613 【BUG】【1.3】【1.3.100】助战排行榜没显示境界

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

diff --git a/db/PyMongoDataServer/index/GameUser.txt b/db/PyMongoDataServer/index/GameUser.txt
new file mode 100644
index 0000000..090ac30
--- /dev/null
+++ b/db/PyMongoDataServer/index/GameUser.txt
@@ -0,0 +1,457 @@
+#数据库的索引字典
+{
+    'tagDBPyXMZZ':  #表名
+    {
+        'PlayerID_1':   #索引名
+        {
+            'key':[('PlayerID', 1)] #索引的字典和递增(1)或递减(-1)
+        }
+    },
+    
+    'tagDBPySealDemonRecord':  #表名
+    {
+        'PlayerID_1':   #索引名
+        {
+            'key':[('PlayerID', 1)] #索引的字典和递增(1)或递减(-1)
+        }
+    },
+    
+    'tagDBPyBossAttention':  #表名
+    {
+        'PlayerID_1':   #索引名
+        {
+            'key':[('PlayerID', 1)] #索引的字典和递增(1)或递减(-1)
+        }
+    },
+    
+    'tagDBPyBourseItemLastPrice':  #表名
+    {
+        'ItemID_1':   #索引名
+        {
+            'key':[('ItemID', 1)] #索引的字典和递增(1)或递减(-1)
+        }
+    },
+    
+    'tagDBPyBourseRecord':	#表名
+    {
+        'PlayerID_1':	#索引名
+        {
+            'key':[('PlayerID', 1)]	#索引的字典和递增(1)或递减(-1)
+        }
+    },
+	
+	'tagDBPyFamilyStoreItem':	#表名
+    {
+        'FamilyID_1':	#索引名
+        {
+            'key':[('FamilyID', 1)]	#索引的字典和递增(1)或递减(-1)
+        }
+    },
+	
+    'tagMergeRegisterPlayerMap':	#表名
+    {
+        'Operator_1_ServerID_1_OrgAccID_1':	#索引名
+        {
+            'key':[('Operator', 1), ('ServerID', 1), ('OrgAccID', 1)]	#索引的字典和递增(1)或递减(-1)
+        }
+    },
+
+    'tagDBPlayerInfoLog':	#表名
+    {
+        'AccID_1':	#索引名
+        {
+            'key':[('AccID', 1)]	#索引的字典和递增(1)或递减(-1)
+        }
+    },
+    
+    'tagDBGateServerIP':	#表名
+    {
+        'LineID_1':	#索引名
+        {
+            'key':[('LineID', 1)]	#索引的字典和递增(1)或递减(-1)
+        }
+    },
+    
+    'tagDBPyPlayerFriend':	#表名
+    {
+        'PlayerID_1':	#索引名
+        {
+            'key':[('PlayerID', 1)]	#索引的字典和递增(1)或递减(-1)
+        }
+    },
+    
+    'tagPlayerEnemy':	#表名
+    {
+        'PlayerID_1':	#索引名
+        {
+            'key':[('PlayerID', 1)]	#索引的字典和递增(1)或递减(-1)
+        }
+    },
+    
+    'tagDBPyPlayerBlack':	#表名
+    {
+        'PlayerID_1':	#索引名
+        {
+            'key':[('PlayerID', 1)]	#索引的字典和递增(1)或递减(-1)
+        }
+    },
+    
+    'tagDBPyPlayerContacts':	#表名
+    {
+        'PlayerID_1':	#索引名
+        {
+            'key':[('PlayerID', 1)]	#索引的字典和递增(1)或递减(-1)
+        }
+    },
+    
+		'tagPersonalSocial':	#表名
+    {
+        'PlayerID_1':	#索引名
+                {
+                    'unique':True,
+                    'key':[('PlayerID', 1)]	#索引的字典和递增(1)或递减(-1)
+                },
+    },
+    
+    'tagRoleMission':	#表名
+    {
+        'PlayerID_1':	#索引名
+        {
+            'key':[('PlayerID', 1)]	#索引的字典和递增(1)或递减(-1)
+        }
+    },
+	
+	'tagRoleMissionDict':	#表名
+        {
+	'PlayerID_1':	#索引名
+		{
+                    'key':[('PlayerID', 1)]	#索引的字典和递增(1)或递减(-1)
+		}
+        },
+
+        'tagRoleSkill':	#表名
+        {
+	'PlayerID_1':	#索引名
+		{
+                    'key':[('PlayerID', 1)]	#索引的字典和递增(1)或递减(-1)
+		}
+        },
+
+        'tagRoleBuff':	#表名
+        {
+	'PlayerID_1':	#索引名
+		{
+                    'key':[('PlayerID', 1)]	#索引的字典和递增(1)或递减(-1)
+		}
+        },
+
+        'tagRoleRepeatTime':	#表名
+        {
+	'PlayerID_1':	#索引名
+		{
+                    'key':[('PlayerID', 1)]	#索引的字典和递增(1)或递减(-1)
+		}
+        },
+
+    'tagPlayerHorseTable':	#表名
+    {
+        'PlayerID_1':	#索引名
+        {
+            'key':[('PlayerID', 1)]	#索引的字典和递增(1)或递减(-1)
+        }
+    },
+
+    'tagGMOper':	#表名
+    {
+        'PlayerID_1':	#索引名
+        {
+            'key':[('PlayerID', 1)]	#索引的字典和递增(1)或递减(-1)
+        }
+    },
+
+    'tagRolePet':	#表名
+    {
+        'PlayerID_1':	#索引名
+        {
+            'key':[('PlayerID', 1)]	#索引的字典和递增(1)或递减(-1)
+        }
+    },
+
+    'tagPetSkill':	#表名
+    {
+        'PlayerID_1':	#索引名
+        {
+            'key':[('PlayerID', 1)]	#索引的字典和递增(1)或递减(-1)
+        }
+    },
+
+    'tagRoleNomalDict':	#表名
+    {
+        'PlayerID_1':	#索引名
+        {
+            'key':[('PlayerID', 1)]	#索引的字典和递增(1)或递减(-1)
+        }
+    },
+
+    'tagPlayerDienstgrad':	#表名
+    {
+        'PlayerID_1':	#索引名
+        {
+            'key':[('PlayerID', 1)]	#索引的字典和递增(1)或递减(-1)
+        }
+    },
+
+    'tagDBGMIP':	#表名
+    {
+        'AccID_1':	#索引名
+        {
+            'key':[('AccID', 1)]	#索引的字典和递增(1)或递减(-1)
+        }
+    },
+    
+'tagDBPlayer':	#表名
+        {
+        'PlayerID_1':	#索引名
+                {
+                    'unique':True,
+                    'key':[('PlayerID', 1)]	#索引的字典和递增(1)或递减(-1)
+                },
+        'AccID_1_IsDeleted_1':	#gstCreateRoleServerCheckIsHaveRole
+                {
+                    'key':[('AccID', 1), ('IsDeleted', 1)]	#索引的字典和递增(1)或递减(-1)
+                },
+        'PlayerName_1_IsDeleted_1':	#gstCreateRoleServerCheckIsHaveRole
+                {
+                    'key':[('PlayerName', 1), ('IsDeleted', 1)]	#索引的字典和递增(1)或递减(-1)
+                }
+        },
+
+'tagDSAccount':	#表名
+        {
+        'ACCID_1':	#索引名
+                {
+                    'unique':True,
+                    'key':[('ACCID', 1)]	#索引的字典和递增(1)或递减(-1)
+                }
+        },
+
+'tagRoleItem':	#表名
+        {
+	'PlayerID_1':	#索引名
+		{
+                    'key':[('PlayerID', 1)]	#索引的字典和递增(1)或递减(-1)
+		}
+        },
+
+'tagDBPlayerRecall':	#表名
+        {
+        'PlayerID_1':	#索引名
+                {
+                    'unique':True,
+                    'key':[('PlayerID', 1)]	#索引的字典和递增(1)或递减(-1)
+                }
+        },
+
+'tagDBVsReward':	#表名
+        {
+        'PlayerID_1':	#索引名
+                {
+                    'unique':True,
+                    'key':[('PlayerID', 1)]	#索引的字典和递增(1)或递减(-1)
+                }
+        },
+
+'tagAccCoins':	#表名
+        {
+        'AccID_1':	#索引名
+                {
+                    'unique':True,
+                    'key':[('AccID', 1)]	#索引的字典和递增(1)或递减(-1)
+                }
+        },
+
+'tagAccIDSendPrize':	#表名
+        {
+        'CheckValue_1':	#索引名
+                {
+                    'unique':True,
+                    'key':[('CheckValue', 1)]	#索引的字典和递增(1)或递减(-1)
+                }
+        },
+
+'tagDBBillboard':	#表名
+        {
+        'Type_1_ID_1':	#索引名
+                {
+                    'unique':True,
+                    'key':[('Type', 1), ('ID', 1)]	#索引的字典和递增(1)或递减(-1)
+                }
+        },
+
+'tagDBCountryFamilyWarRequest':	#表名
+        {
+        'FamilyID_1':	#索引名
+                {
+                    'unique':True,
+                    'key':[('FamilyID', 1)]	#索引的字典和递增(1)或递减(-1)
+                }
+        },
+
+'tagDBCountryFamilyWarResult':	#表名
+        {
+        'FamilyID_1':	#索引名
+                {
+                    'unique':True,
+                    'key':[('FamilyID', 1)]	#索引的字典和递增(1)或递减(-1)
+                }
+        },
+
+'tagDBCountryInfo':	#表名
+        {
+        'CountryID_1':	#索引名
+                {
+                    'unique':True,
+                    'key':[('CountryID', 1)]	#索引的字典和递增(1)或递减(-1)
+                }
+        },
+
+'tagDBGameServerEventTrig':	#表名
+        {
+        'EventID_1':	#索引名
+                {
+                    'unique':True,
+                    'key':[('EventID', 1)]	#索引的字典和递增(1)或递减(-1)
+                }
+        },
+
+'tagDBGMCommandList':	#表名
+        {
+        'CmdIndex_1':	#索引名
+                {
+                    'unique':True,
+                    'key':[('CmdIndex', 1)]	#索引的字典和递增(1)或递减(-1)
+                }
+        },
+
+'tagDBGoldOrderForm':	#表名
+        {
+        'PlayerID_1':	#索引名
+                {
+                    'unique':True,
+                    'key':[('PlayerID', 1)]	#索引的字典和递增(1)或递减(-1)
+                }
+        },
+
+'tagDBImpeach':	#表名
+        {
+        'ImpeachIndex_1':	#索引名
+                {
+                    'unique':True,
+                    'key':[('ImpeachIndex', 1)]	#索引的字典和递增(1)或递减(-1)
+                }
+        },
+
+'tagDBMailList':	#表名
+        {
+        'MailID_1':	#索引名
+                {
+                    'unique':True,
+                    'key':[('MailID', 1)]	#索引的字典和递增(1)或递减(-1)
+                }
+        },
+
+'tagDBMapServerInfo':	#表名
+        {
+        'LogIndex_1':	#索引名
+                {
+                    'key':[('LogIndex', 1)]	#索引的字典和递增(1)或递减(-1)
+                }
+        },
+
+'tagDBOverdueGoldOrderForm':	#表名
+        {
+        'PlayerID_1':	#索引名
+                {
+                    'unique':True,
+                    'key':[('PlayerID', 1)]	#索引的字典和递增(1)或递减(-1)
+                }
+        },
+
+'tagDBPlayerChangeNameLog':	#表名
+        {
+        'PlayerID_1':	#索引名
+                {
+                    'unique':True,
+                    'key':[('PlayerID', 1)]	#索引的字典和递增(1)或递减(-1)
+                }
+        },
+
+'tagExpiation':	#表名
+        {
+        'AccID_1':	#索引名
+                {
+                    'key':[('AccID', 1)]	#索引的字典和递增(1)或递减(-1)
+                }
+        },
+
+'tagFamilyInfo':	#表名
+        {
+        'ID_1':	#索引名
+                {
+                    'unique':True,
+                    'key':[('ID', 1)]	#索引的字典和递增(1)或递减(-1)
+                }
+        },
+
+'tagGameWorldEvent':	#表名
+        {
+        'EventID_1':	#索引名
+                {
+                    'unique':True,
+                    'key':[('EventID', 1)]	#索引的字典和递增(1)或递减(-1)
+                }
+        },
+
+'tagPetExpiation':	#表名
+        {
+        'ExpiationIndex_1':	#索引名
+                {
+                    'unique':True,
+                    'key':[('ExpiationIndex', 1)]	#索引的字典和递增(1)或递减(-1)
+                },
+        'AccID_1':	#索引名
+                {
+                    'key':[('AccID', 1)]	#索引的字典和递增(1)或递减(-1)
+                }
+        },
+
+'tagPlayerFamily':	#表名
+        {
+        'PlayerID_1':	#索引名
+                {
+                    'unique':True,
+                    'key':[('PlayerID', 1)]	#索引的字典和递增(1)或递减(-1)
+                }
+        },
+
+'tagRolePet':	#表名
+        {
+        'PlayerID_1':	#索引名
+                {
+                    'key':[('PlayerID', 1)]	#索引的字典和递增(1)或递减(-1)
+                },
+	'PetID_1':	#索引名#暂时保留
+                {
+                    'key':[('PetID', 1)]	#索引的字典和递增(1)或递减(-1)
+                }
+        },
+
+'tagPlayerTeamTable':	#表名
+        {
+        'TeamID_1':	#索引名
+                {
+                    'unique':True,
+                    'key':[('TeamID', 1)]	#索引的字典和递增(1)或递减(-1)
+                }
+        }
+}

--
Gitblit v1.8.0