reactor:移除 system 和 infra 的 api 包

This commit is contained in:
YunaiV 2025-05-15 17:11:33 +08:00
parent 925a07c7de
commit e31b6dbff9
1 changed files with 0 additions and 1 deletions

View File

@ -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,