core: make sure items sync after migration

This commit is contained in:
Abdullah Atta
2023-09-11 13:08:28 +05:00
committed by Abdullah Atta
parent e1cfbb155d
commit 74ade6fecc

View File

@@ -138,6 +138,7 @@ const migrations = [
items: {
all: (item) => {
delete item.remote;
return true;
}
}
},