소스 검색

3.4.0 update

xiaofei 1 년 전
부모
커밋
0573a1af9b
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      distributed-print/install/mysql/upgrade/3.4.0.sql

+ 2 - 0
distributed-print/install/mysql/upgrade/3.4.0.sql

@@ -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;