diff --git a/protocol/src/main/proto/localstore.proto b/protocol/src/main/proto/localstore.proto index 9a5a2c053c..3eeecb18b4 100644 --- a/protocol/src/main/proto/localstore.proto +++ b/protocol/src/main/proto/localstore.proto @@ -60,7 +60,8 @@ message ObjectStoreChecksums { int32 bundledObjects = 9; // anytypeProfile and maybe some others in the feature int32 filestoreKeysForceReindexCounter = 10; bool areOldFilesRemoved = 12; - bool areDeletedObjectsReindexed = 13; + bool areDeletedObjectsReindexed = 13; // DEPRECATED int32 linksErase = 14; int32 marketplaceForceReindexCounter = 15; + int32 reindexDeletedObjects = 16; }