记得上下班打卡 | git大法好,push需谨慎

Commit 418a101c authored by anjiabin's avatar anjiabin

提交chime社交相关

parent bc3573e0
......@@ -6,7 +6,7 @@ db.createCollection("ChimeUserInfoVo");
#创建索引
db.ChimeUserInfoVo.createIndex({userId:"hashed"});
db.ChimeUserInfoVo.createIndex({sex:"hashed"});
db.ChimeUserInfoVo.createIndex( {"userTagsVoList.tagCode": 1});
db.ChimeUserInfoVo.createIndex( {"userTagsVoList.tagCode": "hashed"});
db.ChimeUserInfoVo.createIndex({joinPerformanceId:"hashed"});
#创建分片
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment