Remove commented out lines from output_room_events_table schema

This commit is contained in:
Neil Alexander 2020-01-24 11:40:06 +00:00
parent bd546220f1
commit 804126dbe7

View file

@ -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 = "" +