From 552417c161a5b6115de6d7313c73ba84bc4d6149 Mon Sep 17 00:00:00 2001 From: zhengjie <201507802@qq.com> Date: Thu, 26 Nov 2020 19:36:45 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96](v2.6)?= =?UTF-8?q?=EF=BC=9Aupdate=20eladmin.sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close https://github.com/elunez/eladmin/issues/532 --- sql/eladmin.sql | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/sql/eladmin.sql b/sql/eladmin.sql index 51d44404..601cfc95 100644 --- a/sql/eladmin.sql +++ b/sql/eladmin.sql @@ -510,7 +510,7 @@ CREATE TABLE `sys_role` ( -- ---------------------------- BEGIN; INSERT INTO `sys_role` VALUES (1, '超级管理员', 1, '-', '全部', NULL, 'admin', '2018-11-23 11:04:37', '2020-08-06 16:10:24'); -INSERT INTO `sys_role` VALUES (2, '普通用户', 2, '-', '自定义', NULL, 'admin', '2018-11-23 13:09:06', '2020-09-05 10:45:12'); +INSERT INTO `sys_role` VALUES (2, '普通用户', 2, '-', '本级', NULL, 'admin', '2018-11-23 13:09:06', '2020-09-05 10:45:12'); COMMIT; -- ---------------------------- @@ -524,13 +524,6 @@ CREATE TABLE `sys_roles_depts` ( KEY `FK7qg6itn5ajdoa9h9o78v9ksur` (`dept_id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=COMPACT COMMENT='角色部门关联'; --- ---------------------------- --- Records of sys_roles_depts --- ---------------------------- -BEGIN; -INSERT INTO `sys_roles_depts` VALUES (2, 6); -COMMIT; - -- ---------------------------- -- Table structure for sys_roles_menus -- ---------------------------- @@ -829,4 +822,4 @@ CREATE TABLE `tool_qiniu_content` ( BEGIN; COMMIT; -SET FOREIGN_KEY_CHECKS = 1; +SET FOREIGN_KEY_CHECKS = 1; \ No newline at end of file