Skip to content
Snippets Groups Projects
Commit 105e7f6e authored by Erik Johnston's avatar Erik Johnston
Browse files

Remove lost comment

parent c1598030
No related branches found
No related tags found
No related merge requests found
......@@ -13,13 +13,6 @@
* limitations under the License.
*/
-- We add membership to current state so that we don't need to join against
-- room_memberships, which can be surprisingly costly (we do such queries
-- very frequently).
-- This will be null for non-membership events and the content.membership key
-- for membership events. (Will also be null for membership events until the
-- background update job has finished).
-- Adds an index on room_memberships for fetching all forgotten rooms for a user
INSERT INTO background_updates (update_name, progress_json) VALUES
('room_membership_forgotten_idx', '{}');
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment