Skip to content

Commit

Permalink
Fix incorrect comment in new schema delta (#17936)
Browse files Browse the repository at this point in the history
Added in #17912, was a bad copy and paste.
  • Loading branch information
erikjohnston authored Nov 20, 2024
1 parent 81b080f commit 79c02ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.d/17936.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix incorrect comment in new schema delta.
Original file line number Diff line number Diff line change
Expand Up @@ -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', '{}');

0 comments on commit 79c02ca

Please sign in to comment.