!830 fix 修复删除租户功能后SQL执行异常

* fix 修复删除租户功能后SQL执行异常
This commit is contained in:
Kayleigh Wang
2026-02-05 07:24:41 +00:00
committed by 疯狂的狮子Li
parent 240a581311
commit 310bffef54
4 changed files with 4 additions and 5 deletions

View File

@@ -713,7 +713,7 @@ create table sys_dict_type (
);
alter table sys_dict_type add constraint pk_sys_dict_type primary key (dict_id);
create unique index sys_dict_type_index1 on sys_dict_type (tenant_id, dict_type);
create unique index sys_dict_type_index1 on sys_dict_type (dict_type);
comment on table sys_dict_type is '字典类型表';
comment on column sys_dict_type.dict_id is '字典主键';