1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 05:05:54 +02:00
This commit is contained in:
otofune
2017-11-07 22:57:48 +09:00
parent 36a95c003a
commit 9f2dc28088

View File

@@ -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.`)