Commit 32253bc06030b983e16d2ad12fc3009cf55e69dc
Merge branch 'master' of http://gitlab.gaoxiaobang.com/gxb-wiki/gxb-doc
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,4 +2704,21 @@ ALTER TABLE `zygj_teacher` CHANGE `benchmarkc_condition` `benchmark_condition` V | ||
| 2704 | 2704 | ||
| 2705 | -- ---------------------------- | 2705 | -- ---------------------------- |
| 2706 | -- 2017-08-30 罗銅 脚本版本 201708301735 END | 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 | \ No newline at end of file | 2725 | \ No newline at end of file |