deason 1 年之前
父節點
當前提交
e0db80b647
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      upgrade-202308/20230807至现在-待升级内容.txt

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

@@ -10,6 +10,8 @@ alter table ec_e_exam drop call_type;
 alter table ec_m_mark_work drop call_type;
 alter table ec_m_student_paper add column random_paper bit(1) not null default 0;
 
+alter table ec_oe_exam_statistic add column illegality_count int not null;
+
 
 MongoDB部分
 暂无