Commit 8bad43c79578dbc7f86cc9beaa7d474a6fcc6d7e
1 parent
ad35908e
脚本版本 201708301623 修改
Showing
1 changed file
with
19 additions
and
0 deletions
database/sql_log.sql
| ... | ... | @@ -2670,4 +2670,23 @@ CREATE TABLE `zygj_major` ( |
| 2670 | 2670 | ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin COMMENT='合作专业表'; |
| 2671 | 2671 | -- ---------------------------- |
| 2672 | 2672 | -- 2017-08-30 罗銅 高校邦Y-迭代1.6相关 END |
| 2673 | +-- ---------------------------- | |
| 2674 | + | |
| 2675 | + | |
| 2676 | + | |
| 2677 | + | |
| 2678 | +-- ---------------------------- | |
| 2679 | +-- 2017-08-30 | |
| 2680 | +-- 罗銅 刘岱鹏 | |
| 2681 | +-- 代码版本 feature/fix170831 | |
| 2682 | +-- 脚本版本 201708301623 | |
| 2683 | +-- 涉及功能 feature/fix170831版本,sql脚本修复 | |
| 2684 | +-- START | |
| 2685 | +-- ---------------------------- | |
| 2686 | + | |
| 2687 | +update zygj_solution_class,class set zygj_solution_class.class_target=class.type where zygj_solution_class.class_target!='SchoolClass' and zygj_solution_class.class_id=class.class_id; | |
| 2688 | +alter table zygj_teacher modify city varchar(50) NOT NULL DEFAULT '' COMMENT '城市'; | |
| 2689 | + | |
| 2690 | +-- ---------------------------- | |
| 2691 | +-- 2017-08-30 罗銅 脚本版本 201708301623 END | |
| 2673 | 2692 | -- ---------------------------- |
| 2674 | 2693 | \ No newline at end of file | ... | ... |