summary refs log tree commit diff
path: root/synapse/storage
diff options
context:
space:
mode:
authorDaniel Wagner-Hall <dawagner@gmail.com>2015-11-06 14:30:10 +0000
committerDaniel Wagner-Hall <dawagner@gmail.com>2015-11-06 14:30:10 +0000
commit5335bf9c3459762ef82e68af01db7caff3f98653 (patch)
tree5f242f6fcc2bae5b8c0cd05c33bb641ffff6f8ea /synapse/storage
parentremove references to matrix.org/beta (diff)
parentRemove accidentally added ID column (diff)
downloadsynapse-5335bf9c3459762ef82e68af01db7caff3f98653.tar.xz
Merge pull request #353 from matrix-org/daniel/oops
Remove accidentally added ID column
Diffstat (limited to 'synapse/storage')
-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,