Commit 57f7f264eead77ad9beb276df250e4e0b0c1b048
1 parent
9c7a8257
跟随编程增加language_id
Showing
1 changed file
with
23 additions
and
0 deletions
database/sql_log.sql
| ... | ... | @@ -4154,3 +4154,26 @@ alter table class add class_form tinyint(2) NULL DEFAULT '0' COMMENT '课程形æ |
| 4154 | 4154 | -- ---------------------------- |
| 4155 | 4155 | -- 2017-11-08 tluo 脚本版本 201711081926 END |
| 4156 | 4156 | ------------------------------- |
| 4157 | + | |
| 4158 | + | |
| 4159 | + | |
| 4160 | + | |
| 4161 | + | |
| 4162 | + | |
| 4163 | + | |
| 4164 | + | |
| 4165 | + | |
| 4166 | +-- ---------------------------- | |
| 4167 | +-- 2017-11-08 | |
| 4168 | +-- wuchengcheng | |
| 4169 | +-- 脚本版本 programming_live_20171108 | |
| 4170 | +-- 涉åŠåŠŸèƒ½ è·Ÿéšç¼–ç¨‹å¢žåŠ ç¼–ç¨‹è¯è¨€ 处ç†åŽŸå·²æœ‰æ•°æ®è¯è¨€ID为35 | |
| 4171 | +-- START | |
| 4172 | +-- ---------------------------- | |
| 4173 | + | |
| 4174 | +alter table programming_room_teacherCourse add language_id bigint(32) DEFAULT NULL COMMENT '编程è¯è¨€ID'; | |
| 4175 | +update programming_room_teacherCourse set language_id =35 where id>0 | |
| 4176 | + | |
| 4177 | +-- ---------------------------- | |
| 4178 | +-- 2017-11-08 wuchengcheng 脚本版本 programming_live_20171108 END | |
| 4179 | +------------------------------- | |
| 4157 | 4180 | \ No newline at end of file | ... | ... |