Skip to content

Commit 552417c

Browse files
committed
[代码优化](v2.6):update eladmin.sql
close elunez#532
1 parent 0a7c5be commit 552417c

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

sql/eladmin.sql

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ CREATE TABLE `sys_role` (
510510
-- ----------------------------
511511
BEGIN;
512512
INSERT INTO `sys_role` VALUES (1, '超级管理员', 1, '-', '全部', NULL, 'admin', '2018-11-23 11:04:37', '2020-08-06 16:10:24');
513-
INSERT INTO `sys_role` VALUES (2, '普通用户', 2, '-', '自定义', NULL, 'admin', '2018-11-23 13:09:06', '2020-09-05 10:45:12');
513+
INSERT INTO `sys_role` VALUES (2, '普通用户', 2, '-', '本级', NULL, 'admin', '2018-11-23 13:09:06', '2020-09-05 10:45:12');
514514
COMMIT;
515515

516516
-- ----------------------------
@@ -524,13 +524,6 @@ CREATE TABLE `sys_roles_depts` (
524524
KEY `FK7qg6itn5ajdoa9h9o78v9ksur` (`dept_id`) USING BTREE
525525
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=COMPACT COMMENT='角色部门关联';
526526

527-
-- ----------------------------
528-
-- Records of sys_roles_depts
529-
-- ----------------------------
530-
BEGIN;
531-
INSERT INTO `sys_roles_depts` VALUES (2, 6);
532-
COMMIT;
533-
534527
-- ----------------------------
535528
-- Table structure for sys_roles_menus
536529
-- ----------------------------
@@ -829,4 +822,4 @@ CREATE TABLE `tool_qiniu_content` (
829822
BEGIN;
830823
COMMIT;
831824

832-
SET FOREIGN_KEY_CHECKS = 1;
825+
SET FOREIGN_KEY_CHECKS = 1;

0 commit comments

Comments
 (0)