|
@@ -210,6 +210,8 @@ ADD UNIQUE INDEX `t_c_usual_score_unique` (`exam_id` ASC, `course_id` ASC, `teac
|
|
|
DROP INDEX `t_c_score_normal_unique` ,
|
|
|
ADD UNIQUE INDEX `t_c_score_normal_unique` (`exam_id` ASC, `course_id` ASC, `paper_number` ASC, `student_code` ASC, `name` ASC);
|
|
|
|
|
|
+UPDATE `sys_privilege` SET `related` = '490,543,955,959,1139' WHERE (`id` = '488');
|
|
|
+
|
|
|
|
|
|
-- drop table if exists exam_detail_course_paper_type;
|
|
|
-- drop table if exists basic_template_org;
|