|
@@ -61,7 +61,9 @@ MongoDB部分
|
|
randomPaperQuestion
|
|
randomPaperQuestion
|
|
新增字段
|
|
新增字段
|
|
表extractConfig 新增字段 randomPaperId、playTime
|
|
表extractConfig 新增字段 randomPaperId、playTime
|
|
-
|
|
|
|
|
|
+新建索引
|
|
|
|
+db.getCollection('randomPaperQuestion').createIndex({randomPaperId:1},{ name: "INDEX_randomPaperId", unique: false });
|
|
|
|
+db.getCollection('randomPaperQuestion').createIndex({questionId:1},{ name: "INDEX_questionId", unique: false });
|
|
Redis部分
|
|
Redis部分
|
|
规范KEY前缀 ok
|
|
规范KEY前缀 ok
|
|
|
|
|