mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-21 09:05:42 +03:00
Fix incorrect comment in new schema delta (#17936)
Added in #17912, was a bad copy and paste.
This commit is contained in:
parent
81b080f7a2
commit
79c02cada0
2 changed files with 3 additions and 2 deletions
1
changelog.d/17936.misc
Normal file
1
changelog.d/17936.misc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Fix incorrect comment in new schema delta.
|
|
@ -12,7 +12,7 @@
|
||||||
-- <https://www.gnu.org/licenses/agpl-3.0.html>.
|
-- <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
|
-- Add an index on `current_state_delta_stream(room_id, stream_id)` to allow
|
||||||
-- efficiently be issued in the same order they were uploaded.
|
-- efficient per-room lookups.
|
||||||
INSERT INTO background_updates (ordering, update_name, progress_json) VALUES
|
INSERT INTO background_updates (ordering, update_name, progress_json) VALUES
|
||||||
(8804, 'current_state_delta_stream_room_index', '{}');
|
(8804, 'current_state_delta_stream_room_index', '{}');
|
||||||
|
|
Loading…
Reference in a new issue