Commit 0cb927283e242b637e659895f198a44d9887c503

Authored by 刘岱鹏
1 parent 3fe47ebc

添加权限

Showing 1 changed file with 14 additions and 4 deletions
database/sql_log.sql
@@ -4086,11 +4086,21 @@ UPDATE class SET white_list = 1 WHERE tenant_id = 991 AND class_id > 0; @@ -4086,11 +4086,21 @@ UPDATE class SET white_list = 1 WHERE tenant_id = 991 AND class_id > 0;
4086 -- START 4086 -- START
4087 -- ---------------------------- 4087 -- ----------------------------
4088 ALTER TABLE `gxb_core`.`zygj_solution_class` ADD COLUMN `from_solution_class_id` bigint(20) NOT NULL DEFAULT 0 COMMENT '从那条记录上面实施的'; 4088 ALTER TABLE `gxb_core`.`zygj_solution_class` ADD COLUMN `from_solution_class_id` bigint(20) NOT NULL DEFAULT 0 COMMENT '从那条记录上面实施的';
  4089 +
  4090 +-- ----------------------------
  4091 +-- 2017-11-06 duanshiyao 脚本版本 201711061125 END
  4092 +-------------------------------
  4093 +
  4094 +-- ----------------------------
  4095 +-- 2017-11-06
  4096 +-- dpliu
  4097 +-- 脚本版本 201711061725
  4098 +-- 涉及功能 添加默认首页
  4099 +-- START
  4100 +-- ----------------------------
4089 INSERT INTO role_permission_dictionary_relate ( dictionary_id, role_id, delete_flag, created_at, updated_at) VALUES (29, 83, 1, '2017-08-10 19:40:37', '2017-08-10 19:40:37'); 4101 INSERT INTO role_permission_dictionary_relate ( dictionary_id, role_id, delete_flag, created_at, updated_at) VALUES (29, 83, 1, '2017-08-10 19:40:37', '2017-08-10 19:40:37');
4090 INSERT INTO role_permission_dictionary_relate ( dictionary_id, role_id, delete_flag, created_at, updated_at) VALUES (29, 84, 1, '2017-08-10 19:40:37', '2017-08-10 19:40:37'); 4102 INSERT INTO role_permission_dictionary_relate ( dictionary_id, role_id, delete_flag, created_at, updated_at) VALUES (29, 84, 1, '2017-08-10 19:40:37', '2017-08-10 19:40:37');
4091 INSERT INTO role_permission_dictionary_relate ( dictionary_id, role_id, delete_flag, created_at, updated_at) VALUES (29, 85, 1, '2017-08-10 19:40:37', '2017-08-10 19:40:37'); 4103 INSERT INTO role_permission_dictionary_relate ( dictionary_id, role_id, delete_flag, created_at, updated_at) VALUES (29, 85, 1, '2017-08-10 19:40:37', '2017-08-10 19:40:37');
4092 -  
4093 -  
4094 -- ---------------------------- 4104 -- ----------------------------
4095 --- 2017-11-06 duanshiyao 脚本版本 201711061125 END  
4096 --------------------------------  
4097 \ No newline at end of file 4105 \ No newline at end of file
  4106 +-- 2017-11-06 dpliu 脚本版本 201711061725 END
  4107 +-------------------------------