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