From 723f85e3e39789f67c6918188c281ea0379250bd Mon Sep 17 00:00:00 2001 From: bunny <1319900154@qq.com> Date: Wed, 7 May 2025 19:35:58 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20feat:=20=E4=BF=AE=E6=94=B9=E9=83=A8?= =?UTF-8?q?=E5=88=86=E4=BB=A3=E7=A0=81;=E6=B7=BB=E5=8A=A0=E7=94=9F?= =?UTF-8?q?=E6=88=90=E6=9D=83=E9=99=90=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- auth_admin.sql | 5 ----- 1 file changed, 5 deletions(-) diff --git a/auth_admin.sql b/auth_admin.sql index 81db882..1da4f10 100644 --- a/auth_admin.sql +++ b/auth_admin.sql @@ -463,11 +463,6 @@ CREATE TABLE `sys_email_users` ( INDEX `idx_time`(`update_time` ASC, `create_time` ASC) USING BTREE COMMENT '索引创建时间和更新时间' ) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '邮箱发送表' ROW_FORMAT = DYNAMIC; --- ---------------------------- --- Records of sys_email_users --- ---------------------------- -INSERT INTO `sys_email_users` VALUES (2, '3324855376@qq.com', 'fdehkkbmavalcjea', 'smtp.qq.com', 465, 'smtps', 0, 1, '2024-05-14 18:43:50', '2025-05-01 00:09:04', 0, 1, 0); - -- ---------------------------- -- Table structure for sys_files -- ----------------------------