Fix index creation

This commit is contained in:
syuilo 2017-11-06 22:10:40 +09:00
parent 26d4ebfe1a
commit 6df3db23d6

View file

@ -3,7 +3,7 @@ import monkDb, { nativeDbConn } from '../../db/mongodb';
const collection = monkDb.get('drive_files.files');
(collection as any).createIndex('hash'); // fuck type definition
(collection as any).createIndex('md5'); // fuck type definition
export default collection as any; // fuck type definition