Skip to content

Commit

Permalink
[代码优化](v2.6):update eladmin.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
elunez committed Nov 26, 2020
1 parent 0a7c5be commit 552417c
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions sql/eladmin.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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;

-- ----------------------------
Expand All @@ -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
-- ----------------------------
Expand Down Expand Up @@ -829,4 +822,4 @@ CREATE TABLE `tool_qiniu_content` (
BEGIN;
COMMIT;

SET FOREIGN_KEY_CHECKS = 1;
SET FOREIGN_KEY_CHECKS = 1;

0 comments on commit 552417c

Please sign in to comment.