mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Remove redundant key
This commit is contained in:
parent
fae059cc18
commit
58ed393235
@ -27,7 +27,6 @@ CREATE TABLE IF NOT EXISTS events(
|
||||
UNIQUE (event_id)
|
||||
) ENGINE = INNODB;
|
||||
|
||||
CREATE INDEX IF NOT EXISTS events_event_id ON events (event_id);
|
||||
CREATE INDEX IF NOT EXISTS events_stream_ordering ON events (stream_ordering);
|
||||
CREATE INDEX IF NOT EXISTS events_topological_ordering ON events (topological_ordering);
|
||||
CREATE INDEX IF NOT EXISTS events_room_id ON events (room_id);
|
||||
|
Loading…
Reference in New Issue
Block a user