Commit fe95dd48231ebbdcd20e0d1eb360bc9e0d7203e0

Authored by syduan
1 parent 1989e346

增加字段

Showing 1 changed file with 18 additions and 2 deletions
database/sql_log.sql
@@ -4075,5 +4075,21 @@ UPDATE class SET white_list = 1 WHERE tenant_id = 991 AND class_id > 0; @@ -4075,5 +4075,21 @@ UPDATE class SET white_list = 1 WHERE tenant_id = 991 AND class_id > 0;
4075 4075
4076 4076
4077 -- ---------------------------- 4077 -- ----------------------------
4078 --- 2017-10-26 hejiahuan 脚本版本 201710262010 END  
4079 --------------------------------  
4080 \ No newline at end of file 4078 \ No newline at end of file
  4079 +-- 2017-11-06 duanshiyao 脚本版本 201711061125 END
  4080 +-------------------------------
  4081 +
  4082 +-- ----------------------------
  4083 +-- 2017-11-06
  4084 +-- duanshiyao
  4085 +-- 脚本版本 201711061125
  4086 +-- 涉及功能 添加学校
  4087 +-- START
  4088 +-- ----------------------------
  4089 +ALTER TABLE `gxb_core`.`zygj_solution_class` ADD COLUMN `from_solution_class_id` bigint(20) NOT NULL DEFAULT 0 COMMENT '从那条记录上面实施的';
  4090 +
  4091 +
  4092 +-- ----------------------------
  4093 +-- 2017-11-06 duanshiyao 脚本版本 201711061125 END
  4094 +-------------------------------
  4095 +
  4096 +