mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-02-25 05:53:09 -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,
|
room_id TEXT NOT NULL,
|
||||||
-- The JSON for the event. Stored as TEXT because this should be valid UTF-8.
|
-- The JSON for the event. Stored as TEXT because this should be valid UTF-8.
|
||||||
event_json TEXT NOT NULL,
|
event_json TEXT NOT NULL,
|
||||||
-- A list of event IDs which represent a delta of added/removed room state. May be NULL
|
-- A list of event IDs which represent a delta of added/removed room state.
|
||||||
-- if no state has been added/removed.
|
|
||||||
add_state_ids TEXT[] NOT NULL,
|
add_state_ids TEXT[] NOT NULL,
|
||||||
remove_state_ids TEXT[] NOT NULL
|
remove_state_ids TEXT[] NOT NULL
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue