Merge remote-tracking branch 'origin/hotfix/2.25.3'

pull/1/head
Matthew Chen 7 years ago
commit afc2cabe90

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

Loading…
Cancel
Save