Temporarily give up on the V190 migration.

This commit is contained in:
Greyson Parrelli
2023-05-10 18:17:43 -04:00
parent c938035ec1
commit 7866851f5d

View File

@@ -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")