Fix v171 migration.

Copy-pasted from the old one, but forgot that the sms table no longer
exists...
main
Greyson Parrelli 2023-01-12 10:23:10 -05:00 zatwierdzone przez Alex Hart
rodzic c099ad0aa7
commit bce2dd1d1b
1 zmienionych plików z 0 dodań i 5 usunięć

Wyświetl plik

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