update database for multi-tenant

This commit is contained in:
2024-06-19 15:26:00 +08:00
parent 5cd2039aec
commit 0b6c9ddbce
5 changed files with 331 additions and 285 deletions

View File

@@ -53,7 +53,7 @@ INSERT INTO `sys_menu` VALUES (100, 'menu.security.user', 2113, 1, 'user', 'syst
INSERT INTO `sys_menu` VALUES (101, 'menu.security.role', 2113, 3, 'role', 'system/role/index', '1', '1', 'M', '1', '1', 'system:role:list', 'icon-anzhuo', 'supervisor', 1700000000000, NULL, 0, 'menu.security.roleRemark');
INSERT INTO `sys_menu` VALUES (102, 'menu.security.roleUser', 2113, 3, 'role/inline/auth-user/:roleId', 'system/role/auth-user', '1', '1', 'M', '0', '1', 'system:role:auth', '#', 'supervisor', 1700000000000, NULL, 0, 'menu.security.roleUserRemark');
INSERT INTO `sys_menu` VALUES (103, 'menu.system.menu', 1, 4, 'menu', 'system/menu/index', '1', '1', 'M', '1', '1', 'system:menu:list', 'icon-wofaqi', 'supervisor', 1700000000000, NULL, 0, 'menu.system.menuRemark');
INSERT INTO `sys_menu` VALUES (104, 'menu.security.dept', 2113, 5, 'dept', 'system/dept/index', '1', '1', 'M', '1', '1', 'system:dept:list', 'icon-yuzhanghao1', 'supervisor', 1700000000000, NULL, 0, 'menu.security.deptRemark');
INSERT INTO `sys_menu` VALUES (104, 'menu.security.dept', 2113, 5, 'dept', 'system/dept/index', '1', '1', 'M', '0', '1', 'system:dept:list', 'icon-yuzhanghao1', 'supervisor', 1700000000000, NULL, 0, 'menu.security.deptRemark');
INSERT INTO `sys_menu` VALUES (105, 'menu.security.post', 2113, 6, 'post', 'system/post/index', '1', '1', 'M', '1', '1', 'system:post:list', 'icon-gonggaodayi', 'supervisor', 1700000000000, NULL, 0, 'menu.security.postRemark');
INSERT INTO `sys_menu` VALUES (106, 'menu.system.dictType', 1, 7, 'dict', 'system/dict/index', '1', '1', 'M', '1', '1', 'system:dict:list', 'icon-tubiaoku', 'supervisor', 1700000000000, NULL, 0, 'menu.system.dictTypeRemark');
INSERT INTO `sys_menu` VALUES (107, 'menu.system.dictData', 1, 8, 'dict/inline/data/:dictId', 'system/dict/data', '1', '1', 'M', '0', '1', 'system:dict:data', '#', 'supervisor', 1700000000000, NULL, 0, 'menu.system.dictDataRemark');
@@ -193,7 +193,7 @@ INSERT INTO `sys_menu` VALUES (2151, 'menu.common.loaddata', 2158, 4, '', '', '1
INSERT INTO `sys_menu` VALUES (2152, 'menu.common.import', 2158, 5, '', '', '1', '1', 'B', '1', '1', 'neUser:subs:import', '#', 'supervisor', 1717491874118, '', 0, '');
INSERT INTO `sys_menu` VALUES (2153, 'menu.common.export', 2158, 6, '', '', '1', '1', 'B', '1', '1', 'neUser:subs:export', '#', 'supervisor', 1717491901916, '', 0, '');
INSERT INTO `sys_menu` VALUES (2154, 'menu.common.checkexport', 2158, 7, '', '', '1', '1', 'B', '1', '1', 'neUser:subs:checkExport', '#', 'supervisor', 1717492147021, '', 0, '');
INSERT INTO `sys_menu` VALUES (2155, 'menu.security.tenant', 2149, 5, 'tenant', 'system/tenant/index', '1', '1', 'M', '1', '1', 'system:tenant:list', 'icon-yuzhanghao1', 'supervisor', 1700000000000, NULL, 0, 'menu.security.tenantRemark');
INSERT INTO `sys_menu` VALUES (2155, 'menu.security.tenant', 2113, 5, 'tenant', 'system/tenant/index', '1', '1', 'M', '1', '1', 'system:tenant:list', 'icon-yuzhanghao1', 'supervisor', 1700000000000, NULL, 0, 'menu.security.tenantRemark');
INSERT INTO `sys_menu` VALUES (2156, 'menu.common.overview', 0, 90, 'Overview', 'index/index', '1', '0', 'M', '0', '0', 'index:index', 'icon-paixu', 'admin', 1716445027021, 'supervisor', 1716453627718, 'Overview interface for tenants');
INSERT INTO `sys_menu` VALUES (2157, 'menu.ueUser.authUDM', 0, 0, 'auth', 'neUser/auth/index', '1', '1', 'M', '0', '0', 'neUser:auth:index', 'icon-xiangmuchengyuan', 'supervisor', 1716445967394, 'supervisor', 1716453599806, 'UDM Authentication Menu');
INSERT INTO `sys_menu` VALUES (2158, 'menu.ueUser.subUDM', 0, 91, 'sub', 'neUser/sub/index', '1', '1', 'M', '1', '1', 'neUser:sub:index', 'icon-xiangmuchengyuan', 'supervisor', 1716446941420, 'supervisor', 1716453604732, 'UDM Subscriber Menu');