Commit e4ac1ed734a8f8a0ffd15cf25114d3f41928b8e5
1 parent
1703c3f4
一般课程调整为原课程
Showing
1 changed file
with
17 additions
and
0 deletions
database/sql_log.sql
| ... | ... | @@ -2964,3 +2964,20 @@ values ('2021春季学期','2021-02-01 15:42:09','2021-07-31 15:42:09'), |
| 2964 | 2964 | -- 2017-09-19 罗銅 脚本版本 201709191033 END |
| 2965 | 2965 | -- ---------------------------- |
| 2966 | 2966 | |
| 2967 | +-- ---------------------------- | |
| 2968 | +-- 2017-09-20 | |
| 2969 | +-- 刘岱鹏 | |
| 2970 | +-- 脚本版本 201709201930 | |
| 2971 | +-- 涉及功能 一般课程调整为原课程 | |
| 2972 | +-- 执行环境 予发布和灰度 | |
| 2973 | +-- START | |
| 2974 | +-- ---------------------------- | |
| 2975 | + | |
| 2976 | +alter table `zygj_solution_class` add type tinyint(2) not null DEFAULT 0 comment '方案关联课程类型,0: 元课程,1: 复制课程'; | |
| 2977 | +alter table `zygj_solution_class` add class_status tinyint(2) not null DEFAULT 0 comment '方案关联课程发布状态,0: 未发布,1: 已发布'; | |
| 2978 | +alter table `zygj_solution_class` add class_alias varchar(128) DEFAULT NULL comment '方案关联课程别名'; | |
| 2979 | + | |
| 2980 | +-- ---------------------------- | |
| 2981 | +-- 2017-09-20 刘岱鹏 脚本版本 201709201930 END | |
| 2982 | +-- ---------------------------- | |
| 2983 | + | ... | ... |