wangliang 1 éve
szülő
commit
7f5afcc833

+ 0 - 0
distributed-print-business/src/main/resources/db/log/caozixuan.sql


+ 11 - 0
distributed-print-business/src/main/resources/db/log/wangliang.sql

@@ -0,0 +1,11 @@
+ALTER TABLE t_c_final_score ADD culture_program_id BIGINT
+    COMMENT '培养方案id' NULL after id;
+
+ALTER TABLE t_c_paper_struct ADD culture_program_id BIGINT
+    COMMENT '培养方案id' NOT NULL after id;
+
+ALTER TABLE t_c_usual_score ADD culture_program_id BIGINT
+    COMMENT '培养方案id' NULL after id;
+
+ALTER TABLE t_r_basic_info ADD culture_program_id BIGINT
+    COMMENT '培养方案id' NULL after id;

+ 0 - 0
distributed-print-business/src/main/resources/db/log/xiaofei.sql