mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-15 11:36:07 -04:00
5 lines
188 B
SQL
5 lines
188 B
SQL
-- Hashes in the olm_hash table were initially stored as JSON, even though
|
|
-- everything else is MessagePack. Alongside this migration, the encoding is
|
|
-- updated.
|
|
DELETE FROM "olm_hash";
|