summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Wagner-Hall <daniel@matrix.org>2015-11-06 14:27:49 +0000
committerDaniel Wagner-Hall <daniel@matrix.org>2015-11-06 14:27:49 +0000
commitf2c4ee41b91f1828d516df871adcfbaed46d5407 (patch)
tree5f242f6fcc2bae5b8c0cd05c33bb641ffff6f8ea
parentremove references to matrix.org/beta (diff)
downloadsynapse-f2c4ee41b91f1828d516df871adcfbaed46d5407.tar.xz
Remove accidentally added ID column
-rw-r--r--synapse/storage/schema/delta/25/history_visibility.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/storage/schema/delta/25/history_visibility.sql b/synapse/storage/schema/delta/25/history_visibility.sql

index 9f387ed69f..532cb05151 100644 --- a/synapse/storage/schema/delta/25/history_visibility.sql +++ b/synapse/storage/schema/delta/25/history_visibility.sql
@@ -18,7 +18,6 @@ * so that we can join on them in SELECT statements. */ CREATE TABLE IF NOT EXISTS history_visibility( - id INTEGER PRIMARY KEY, event_id TEXT NOT NULL, room_id TEXT NOT NULL, history_visibility TEXT NOT NULL,