mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-18 12:23:09 -06:00
Remove commented out lines from output_room_events_table schema
This commit is contained in:
parent
bd546220f1
commit
804126dbe7
|
|
@ -67,8 +67,6 @@ CREATE TABLE IF NOT EXISTS syncapi_output_room_events (
|
|||
-- were emitted.
|
||||
exclude_from_sync BOOL DEFAULT FALSE
|
||||
);
|
||||
-- for event selection
|
||||
-- CREATE UNIQUE INDEX IF NOT EXISTS syncapi_event_id_idx ON syncapi_output_room_events(event_id);
|
||||
`
|
||||
|
||||
const insertEventSQL = "" +
|
||||
|
|
|
|||
Loading…
Reference in a new issue