From c981e71dfac4a67784a1126774e1f9c5a53f46a9 Mon Sep 17 00:00:00 2001 From: ronger Date: Fri, 14 Jan 2022 11:10:28 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E6=9B=B4=E6=96=B0=20forest.sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/forest.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/static/forest.sql b/src/main/resources/static/forest.sql index 058b3b4..6484b35 100644 --- a/src/main/resources/static/forest.sql +++ b/src/main/resources/static/forest.sql @@ -360,7 +360,7 @@ create table forest_file file_type varchar(10) null comment '文件类型' ) comment '文件上传记录表'; -create index inddex_md5_value_created_by +create index index_md5_value_created_by on forest_file (md5_value, created_by); create index index_created_by