mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-23 19:26:17 +00:00
Fix V172 Migration.
This commit is contained in:
@@ -55,7 +55,7 @@ object V172_GroupMembershipMigration : SignalDatabaseMigration {
|
||||
)
|
||||
|
||||
for (query in queries) {
|
||||
db.execSQL(query.where, query.whereArgs)
|
||||
db.execSQL("${query.where} ON CONFLICT (group_id, recipient_id) DO NOTHING", query.whereArgs)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user