Fix V172 Migration.

This commit is contained in:
Alex Hart
2023-01-27 10:20:44 -04:00
parent 8f02e4e1f5
commit 04f4cd8edc

View File

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