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