From 804126dbe752395430702ebd844066166719670f Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Fri, 24 Jan 2020 11:40:06 +0000 Subject: [PATCH] Remove commented out lines from output_room_events_table schema --- syncapi/storage/postgres/output_room_events_table.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/syncapi/storage/postgres/output_room_events_table.go b/syncapi/storage/postgres/output_room_events_table.go index aa114621a..6d213a57e 100644 --- a/syncapi/storage/postgres/output_room_events_table.go +++ b/syncapi/storage/postgres/output_room_events_table.go @@ -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 = "" +