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

Update comment for new column

parent 89c88590
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,9 @@
-- 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).
ALTER TABLE current_state_events ADD membership TEXT;
INSERT INTO background_updates (update_name, progress_json) VALUES
......
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