Commit 1f0c39120f3a3591287c25c0c93dbb9bd33c8771

Authored by 刘岱鹏
2 parents d062b57d 44ebfaf6

Merge branch 'master' into 'master'

培养方案添加入学年份字段



See merge request !6
Showing 1 changed file with 17 additions and 0 deletions
database/sql_log.sql
... ... @@ -2704,4 +2704,21 @@ ALTER TABLE `zygj_teacher` CHANGE `benchmarkc_condition` `benchmark_condition` V
2704 2704  
2705 2705 -- ----------------------------
2706 2706 -- 2017-08-30 罗銅 脚本版本 201708301735 END
  2707 +-- ----------------------------
  2708 +
  2709 +
  2710 +-- ----------------------------
  2711 +-- 2017-08-31
  2712 +-- 罗銅 刘岱鹏
  2713 +-- 代码版本 feature/fix170831
  2714 +-- 脚本版本 201708311952
  2715 +-- 涉及功能 feature/fix170831版本,sql脚本修复
  2716 +-- 执行环境 予发布和灰度
  2717 +-- START
  2718 +-- ----------------------------
  2719 +
  2720 +alter table zygj_solution add enter_year varchar(10) not null default '' comment '入学年份';
  2721 +
  2722 +-- ----------------------------
  2723 +-- 2017-08-31 罗銅 脚本版本 201708311952 END
2707 2724 -- ----------------------------
2708 2725 \ No newline at end of file
... ...