DROID-2165 Protocol | Enhancement | MW 0.30.11 (#792)

This commit is contained in:
Konstantin Ivanov 2024-01-22 14:11:39 +01:00 committed by GitHub
parent dacaa6023e
commit fb32ab835e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[versions]
middlewareVersion = "v0.30.6"
middlewareVersion = "v0.30.11"
kotlinVersion = '1.8.22'
androidxCoreVersion = "1.12.0"

View File

@ -55,6 +55,7 @@ message ObjectStoreChecksums {
int32 filesForceReindexCounter = 5; // increased in order to fully reindex all objects
int32 idxRebuildCounter = 6; // increased in order to remove indexes and reindex everything. Automatically triggers objects and files reindex(one time only)
int32 fulltextRebuild = 7; // increased in order to perform fulltext indexing for all type of objects (useful when we change fulltext config)
int32 fulltextErase = 11; // remove all the fulltext indexes and add to reindex queue after
string bundledTemplates = 8;
int32 bundledObjects = 9; // anytypeProfile and maybe some others in the feature
int32 filestoreKeysForceReindexCounter = 10;