diff --git a/public/migrate.html b/public/migrate.html
index 094a26cc..d155252e 100644
--- a/public/migrate.html
+++ b/public/migrate.html
@@ -163,7 +163,7 @@
async function readAllStorageForMigration() {
const local = readLocalStorageKeys(['PracticeSaveWord', 'PracticeSaveArticle']);
- const indexed = await readIndexedDBCompatible(name);
+ const indexed = await readIndexedDBCompatible(name, keys);
return {localStorage: local, indexedDB: indexed.indexedDB ?? {}};
}