reactor:移除 system 和 infra 的 api 包
This commit is contained in:
parent
925a07c7de
commit
e31b6dbff9
|
@ -574,7 +574,6 @@ CREATE TABLE IF NOT EXISTS "system_mail_log" (
|
|||
PRIMARY KEY ("id")
|
||||
) COMMENT '邮件日志表';
|
||||
|
||||
-- 将该建表 SQL 语句,添加到 yudao-module-system-biz 模块的 test/resources/sql/create_tables.sql 文件里
|
||||
CREATE TABLE IF NOT EXISTS "system_notify_template" (
|
||||
"id" bigint NOT NULL GENERATED BY DEFAULT AS IDENTITY,
|
||||
"name" varchar NOT NULL,
|
||||
|
|
Loading…
Reference in New Issue