deason 1 rok pred
rodič
commit
e0db80b647

+ 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部分
 暂无