mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-26 22:20:20 +00:00
Temporarily give up on the V190 migration.
This commit is contained in:
@@ -126,7 +126,8 @@ object V190_UniqueMessageMigration : SignalDatabaseMigration {
|
||||
stopwatch.split("index")
|
||||
} catch (e: Exception) {
|
||||
logDebugInfo(db)
|
||||
throw e
|
||||
// TODO [greyson] Revisit this
|
||||
// throw e
|
||||
}
|
||||
|
||||
val foreignKeyViolations: List<SqlUtil.ForeignKeyViolation> = SqlUtil.getForeignKeyViolations(db, "message")
|
||||
|
||||
Reference in New Issue
Block a user