Commit 346692aef5e6d0d3f8009d6a48ac45a581afeba8
1 parent
f6e8b6f4
调整数据显示方式
Showing
1 changed file
with
25 additions
and
1 deletions
database/sql_log.sql
| ... | ... | @@ -2707,6 +2707,7 @@ ALTER TABLE `zygj_teacher` CHANGE `benchmarkc_condition` `benchmark_condition` V |
| 2707 | 2707 | -- ---------------------------- |
| 2708 | 2708 | |
| 2709 | 2709 | |
| 2710 | + | |
| 2710 | 2711 | -- ---------------------------- |
| 2711 | 2712 | -- 2017-08-31 |
| 2712 | 2713 | -- 罗銅 刘岱鹏 |
| ... | ... | @@ -2721,4 +2722,27 @@ alter table zygj_solution add enter_year varchar(10) not null default '' comment |
| 2721 | 2722 | |
| 2722 | 2723 | -- ---------------------------- |
| 2723 | 2724 | -- 2017-08-31 罗銅 脚本版本 201708311952 END |
| 2724 | --- ---------------------------- | |
| 2725 | 2725 | \ No newline at end of file |
| 2726 | +-- ---------------------------- | |
| 2727 | + | |
| 2728 | + | |
| 2729 | + | |
| 2730 | +-- ---------------------------- | |
| 2731 | +-- 2017-09-11 | |
| 2732 | +-- 刘岱鹏 | |
| 2733 | +-- 代码版本 无 | |
| 2734 | +-- 脚本版本 201709111442 | |
| 2735 | +-- 涉及功能 线上数据修正 | |
| 2736 | +-- 执行环境 予发布和灰度 | |
| 2737 | +-- START | |
| 2738 | +-- ---------------------------- | |
| 2739 | + | |
| 2740 | +update zygj_class_category set name='学科基础︵大类︶平台课程' where id=8; | |
| 2741 | +update zygj_class_category set name='专业与专业方向︵模块︶课程' where id=12; | |
| 2742 | +update zygj_class_category set name='毕业设计︵论文︶' where id=17; | |
| 2743 | + | |
| 2744 | +-- ---------------------------- | |
| 2745 | +-- 2017-09-11 刘岱鹏 脚本版本 201709111442 END | |
| 2746 | +-- ---------------------------- | |
| 2747 | + | |
| 2748 | + | |
| 2749 | + | ... | ... |