From 9f2dc28088ef546f2b552aebb54346e0bcebcb37 Mon Sep 17 00:00:00 2001
From: otofune <otofune@gmail.com>
Date: Tue, 7 Nov 2017 22:57:48 +0900
Subject: [PATCH] fix

---
 tools/migration/use-gridfs.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/migration/use-gridfs.js b/tools/migration/use-gridfs.js
index bb7070f553..a9d2b12e95 100644
--- a/tools/migration/use-gridfs.js
+++ b/tools/migration/use-gridfs.js
@@ -46,7 +46,7 @@ const migrateToGridFS = async (doc) => {
 }
 
 async function main() {
-	const count = await DriveFile.count({});
+	const count = await db.get('drive_files').count({});
 
 	console.log(`there are ${count} files.`)