xiatian 2 年之前
父节点
当前提交
e2f0c0b538
共有 1 个文件被更改,包括 2 次插入0 次删除
  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;