mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-15 23:05:52 +01:00
2 lines
136 B
SQL
2 lines
136 B
SQL
-- v9: Change outbound megolm session max_age column to milliseconds
|
|
UPDATE crypto_megolm_outbound_session SET max_age=max_age/1000000;
|