Fix incorrect comment in new schema delta (#17936)

Added in #17912, was a bad copy and paste.
This commit is contained in:
Erik Johnston 2024-11-20 17:12:17 +00:00 committed by GitHub
parent 81b080f7a2
commit 79c02cada0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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', '{}');