xiatian 2 years ago
parent
commit
e2f0c0b538
1 changed files with 2 additions and 0 deletions
  1. 2 0
      upgrade-202304/20230420至现在-待升级内容.txt

+ 2 - 0
upgrade-202304/20230420至现在-待升级内容.txt

@@ -27,6 +27,8 @@ alter table ec_e_exam_course_relation add column pass_score_line int(11) not nul
 alter table ec_e_exam_course_relation add column good_score_line int(11) not null default 90;
 alter table ec_e_exam add column call_type varchar(50) not null default 'WHOLE_SET';
 
+alter table ec_m_mark_work add column call_type varchar(50) not null default 'WHOLE_SET';
+
 alter table ec_oes_exam_record_data add column random_paper bit(1) not null default 0;
 alter table ec_oes_exam_record_data add column paper_score double not null default 0;
 alter table ec_oe_exam_record_data add column random_paper bit(1) not null default 0;