From e31b6dbff96df1665c695730e04518b605ceac8f Mon Sep 17 00:00:00 2001 From: YunaiV Date: Thu, 15 May 2025 17:11:33 +0800 Subject: [PATCH] =?UTF-8?q?reactor=EF=BC=9A=E7=A7=BB=E9=99=A4=20system=20?= =?UTF-8?q?=E5=92=8C=20infra=20=E7=9A=84=20api=20=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-module-system/src/test/resources/sql/create_tables.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/yudao-module-system/src/test/resources/sql/create_tables.sql b/yudao-module-system/src/test/resources/sql/create_tables.sql index 58f029f503..4df039b8df 100644 --- a/yudao-module-system/src/test/resources/sql/create_tables.sql +++ b/yudao-module-system/src/test/resources/sql/create_tables.sql @@ -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,