Explorar o código

考试统计修改1

wangliang hai 1 ano
pai
achega
889eae5388
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  1. 2 3
      themis-business/src/main/resources/db/log/1.2.8.log

+ 2 - 3
themis-business/src/main/resources/db/log/1.2.8.log

@@ -105,9 +105,8 @@ CREATE TABLE `t_e_region_summary` (
   KEY `t_e_region_summary_country_IDX` (`country`,`province`) USING BTREE
 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='地区统计表';
 
-ALTER TABLE t_e_exam_student DROP INDEX exam_id;
-ALTER TABLE t_e_exam_student DROP INDEX roomcode_examid;
-ALTER TABLE t_e_exam_student DROP INDEX student_id;
+ALTER TABLE t_e_exam_student1 DROP INDEX roomcode_examid;
+ALTER TABLE t_e_exam_student1 DROP INDEX student_id;
 
 CREATE INDEX t_e_exam_student_exam_id_IDX USING BTREE ON t_e_exam_student (exam_id,exam_activity_id,room_code);
 CREATE INDEX t_e_exam_student_student_id_IDX USING BTREE ON t_e_exam_student (student_id,exam_activity_id,enable);