Rebuild finder index.

pull/1/head
Matthew Chen 7 years ago
parent 6da37da42a
commit 7cc46a06fa

@ -246,7 +246,7 @@ static NSString *const OWSDisappearingMessageFinderExpiresAtIndex = @"index_mess
dict[OWSDisappearingMessageFinderThreadIdColumn] = message.uniqueThreadId; dict[OWSDisappearingMessageFinderThreadIdColumn] = message.uniqueThreadId;
}]; }];
return [[YapDatabaseSecondaryIndex alloc] initWithSetup:setup handler:handler versionTag:nil]; return [[YapDatabaseSecondaryIndex alloc] initWithSetup:setup handler:handler versionTag:@"1"];
} }
#ifdef DEBUG #ifdef DEBUG

Loading…
Cancel
Save