diff options
author | Daniel Wagner-Hall <dawagner@gmail.com> | 2015-11-06 14:30:10 +0000 |
---|---|---|
committer | Daniel Wagner-Hall <dawagner@gmail.com> | 2015-11-06 14:30:10 +0000 |
commit | 5335bf9c3459762ef82e68af01db7caff3f98653 (patch) | |
tree | 5f242f6fcc2bae5b8c0cd05c33bb641ffff6f8ea | |
parent | remove references to matrix.org/beta (diff) | |
parent | Remove accidentally added ID column (diff) | |
download | synapse-5335bf9c3459762ef82e68af01db7caff3f98653.tar.xz |
Merge pull request #353 from matrix-org/daniel/oops
Remove accidentally added ID column
-rw-r--r-- | synapse/storage/schema/delta/25/history_visibility.sql | 1 |
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, |