支持多层级租户,租户父子关系依托与组织机构的父子关系
This commit is contained in:
@@ -30,4 +30,7 @@ create unique index "RUOYI-VUE-PRO".IDX_ROLE_MENU_EXCLUSION_ID
|
||||
|
||||
alter table "RUOYI-VUE-PRO".SYSTEM_ROLE_MENU_EXCLUSION
|
||||
add constraint PK_ROLE_MENU_EXCLUSION_ID
|
||||
primary key (ID);
|
||||
primary key (ID);
|
||||
|
||||
alter table "RUOYI-VUE-PRO".SYSTEM_ROLE
|
||||
add PARENT_ID BIGINT default 0 not null;
|
||||
|
||||
Reference in New Issue
Block a user