mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-08 09:22:18 -04:00
Update comment for new column
This commit is contained in:
parent
89c885909a
commit
ebc5ed1296
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@
|
||||||
-- We add membership to current state so that we don't need to join against
|
-- 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
|
-- room_memberships, which can be surprisingly costly (we do such queries
|
||||||
-- very frequently).
|
-- 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;
|
ALTER TABLE current_state_events ADD membership TEXT;
|
||||||
|
|
||||||
INSERT INTO background_updates (update_name, progress_json) VALUES
|
INSERT INTO background_updates (update_name, progress_json) VALUES
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue