mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-18 13:40:55 -04:00
The format of the outbound group session struct has changed. We nowadays correctly rotate the group session if we can't restore it, but it's still good to avoid logging the error in this case.
5 lines
242 B
SQL
5 lines
242 B
SQL
-- Outbound group sessions changed their format, now we remember which members
|
|
-- received a withheld code. To not throw errors when trying to restore such
|
|
-- sessions just drop them so they get rotated.
|
|
DELETE FROM "outbound_group_session";
|