mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2025-10-27 11:46:05 +08:00
reactor:移除 system 和 infra 的 api 包
This commit is contained in:
@ -574,7 +574,6 @@ CREATE TABLE IF NOT EXISTS "system_mail_log" (
|
|||||||
PRIMARY KEY ("id")
|
PRIMARY KEY ("id")
|
||||||
) COMMENT '邮件日志表';
|
) COMMENT '邮件日志表';
|
||||||
|
|
||||||
-- 将该建表 SQL 语句,添加到 yudao-module-system-biz 模块的 test/resources/sql/create_tables.sql 文件里
|
|
||||||
CREATE TABLE IF NOT EXISTS "system_notify_template" (
|
CREATE TABLE IF NOT EXISTS "system_notify_template" (
|
||||||
"id" bigint NOT NULL GENERATED BY DEFAULT AS IDENTITY,
|
"id" bigint NOT NULL GENERATED BY DEFAULT AS IDENTITY,
|
||||||
"name" varchar NOT NULL,
|
"name" varchar NOT NULL,
|
||||||
|
|||||||
Reference in New Issue
Block a user