mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-24 19:00:26 +01:00
Perform search table rebuilds in a single transaction.
This commit is contained in:
@@ -7,6 +7,7 @@ import org.thoughtcrime.securesms.jobmanager.Job
|
||||
/**
|
||||
* Rebuilds the full-text search index for the messages table.
|
||||
*/
|
||||
@Deprecated("Do not use! Perform the index rebuild synchronously instead.")
|
||||
internal class RebuildMessageSearchIndexMigrationJob(
|
||||
parameters: Parameters = Parameters.Builder().build()
|
||||
) : MigrationJob(parameters) {
|
||||
|
||||
Reference in New Issue
Block a user