Commit 3fe47ebc44417b9f1dd7fd33e8ab01978f58c3dc

Authored by 刘岱鹏
1 parent fe95dd48

添加权限相关数据

Showing 1 changed file with 4 additions and 3 deletions
database/sql_log.sql
... ... @@ -4086,10 +4086,11 @@ UPDATE class SET white_list = 1 WHERE tenant_id = 991 AND class_id > 0;
4086 4086 -- START
4087 4087 -- ----------------------------
4088 4088 ALTER TABLE `gxb_core`.`zygj_solution_class` ADD COLUMN `from_solution_class_id` bigint(20) NOT NULL DEFAULT 0 COMMENT '从那条记录上面实施的';
  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');
  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');
  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');
4089 4092  
4090 4093  
4091 4094 -- ----------------------------
4092 4095 -- 2017-11-06 duanshiyao 脚本版本 201711061125 END
4093   --------------------------------
4094   -
4095   -
  4096 +-------------------------------
4096 4097 \ No newline at end of file
... ...