ting.yin há 1 ano atrás
pai
commit
44cae35dc2
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      stmms-web/src/main/webapp/sql/upgrade/1.3.14.sql

+ 1 - 0
stmms-web/src/main/webapp/sql/upgrade/1.3.14.sql

@@ -10,6 +10,7 @@ UPDATE eb_exam_student set inspected=1,subjective_status='MARKED' where subjecti
 
 ALTER TABLE eb_exam_subject ADD COLUMN `inspect_round` 	int(11) NOT NULL DEFAULT 1 COMMENT '复核轮数';
 ALTER TABLE eb_inspect_history ADD COLUMN `inspect_round` 	int(11) NOT NULL COMMENT '复核轮数';
+ALTER TABLE eb_exam_subject ADD COLUMN `selective` 	tinyint(1) NOT NULL COMMENT '选做题科目';
 
 -- 更新数据
 UPDATE eb_inspect_history