Parcourir la source

reactor:移除 system 和 infra 的 api 包

YunaiV il y a 5 mois
Parent
commit
e31b6dbff9
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      yudao-module-system/src/test/resources/sql/create_tables.sql

+ 0 - 1
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,