mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 22:43:10 -06:00
Make comment not lie
This commit is contained in:
parent
82515c6e2a
commit
1ee29d512b
|
|
@ -17,8 +17,7 @@ CREATE TABLE IF NOT EXISTS output_room_events (
|
|||
room_id TEXT NOT NULL,
|
||||
-- The JSON for the event. Stored as TEXT because this should be valid UTF-8.
|
||||
event_json TEXT NOT NULL,
|
||||
-- A list of event IDs which represent a delta of added/removed room state. May be NULL
|
||||
-- if no state has been added/removed.
|
||||
-- A list of event IDs which represent a delta of added/removed room state.
|
||||
add_state_ids TEXT[] NOT NULL,
|
||||
remove_state_ids TEXT[] NOT NULL
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue