From b06950d5e70bc9b6321f6e144042caf1f3397d0d Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Mon, 6 Nov 2017 22:22:48 +0900
Subject: [PATCH] =?UTF-8?q?=E3=83=8F=E3=83=83=E3=82=B7=E3=83=A5=E5=80=A4?=
 =?UTF-8?q?=E3=81=AFMongoDB=E5=81=B4=E3=81=A7=E7=AE=A1=E7=90=86=E3=81=95?=
 =?UTF-8?q?=E3=82=8C=E3=81=A6=E3=81=84=E3=82=8B=E3=81=8B=E3=82=89=E6=89=8B?=
 =?UTF-8?q?=E5=8B=95=E3=81=A7=E3=82=A4=E3=83=B3=E3=83=87=E3=83=83=E3=82=AF?=
 =?UTF-8?q?=E3=82=B9=E3=82=92=E6=98=8E=E7=A4=BA=E3=81=99=E3=82=8B=E5=BF=85?=
 =?UTF-8?q?=E8=A6=81=E3=81=AF=E3=81=AA=E3=81=95=E3=81=9D=E3=81=86=E3=81=A0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/api/models/drive-file.ts | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/api/models/drive-file.ts b/src/api/models/drive-file.ts
index 976c97e188..802ee5a5fe 100644
--- a/src/api/models/drive-file.ts
+++ b/src/api/models/drive-file.ts
@@ -3,8 +3,6 @@ import monkDb, { nativeDbConn } from '../../db/mongodb';
 
 const collection = monkDb.get('drive_files.files');
 
-(collection as any).createIndex('md5'); // fuck type definition
-
 export default collection as any; // fuck type definition
 
 const getGridFSBucket = async (): Promise<mongodb.GridFSBucket> => {