Compare commits

...

2 Commits

Author SHA1 Message Date
Erik Johnston
3dca2aa78f Newsfile 2024-11-18 10:18:32 +00:00
Erik Johnston
18b01f2865 Fix incorrect comment in new schema delta
Added in #17912, was a bad copy and paste.
2024-11-18 10:17:41 +00:00
2 changed files with 3 additions and 2 deletions

1
changelog.d/17936.misc Normal file
View File

@@ -0,0 +1 @@
Fix incorrect comment in new schema delta.

View File

@@ -12,7 +12,7 @@
-- <https://www.gnu.org/licenses/agpl-3.0.html>.
-- Add an index on (user_id, device_id, algorithm, ts_added_ms) on e2e_one_time_keys_json, so that OTKs can
-- efficiently be issued in the same order they were uploaded.
-- Add an index on `current_state_delta_stream(room_id, stream_id)` to allow
-- efficient per-room lookups.
INSERT INTO background_updates (ordering, update_name, progress_json) VALUES
(8804, 'current_state_delta_stream_room_index', '{}');