mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Fix v171 migration.
Copy-pasted from the old one, but forgot that the sms table no longer exists...
This commit is contained in:
committed by
Alex Hart
parent
c099ad0aa7
commit
bce2dd1d1b
@@ -82,11 +82,6 @@ object V171_ThreadForeignKeyFix : SignalDatabaseMigration {
|
||||
.where("thread_id = ?", secondaryId)
|
||||
.run()
|
||||
|
||||
db.update("sms")
|
||||
.values("thread_id" to primaryId)
|
||||
.where("thread_id = ?", secondaryId)
|
||||
.run()
|
||||
|
||||
db.update("pending_retry_receipts")
|
||||
.values("thread_id" to primaryId)
|
||||
.where("thread_id = ?", secondaryId)
|
||||
|
||||
Reference in New Issue
Block a user