Skip to content

Commit

Permalink
Fix V172 Migration.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-signal committed Jan 27, 2023
1 parent 8f02e4e commit 04f4cd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
}
Expand Down

0 comments on commit 04f4cd8

Please sign in to comment.