mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-16 18:37:08 -05: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)
|
UNIQUE (event_id)
|
||||||
) ENGINE = INNODB;
|
) 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_stream_ordering ON events (stream_ordering);
|
||||||
CREATE INDEX IF NOT EXISTS events_topological_ordering ON events (topological_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);
|
CREATE INDEX IF NOT EXISTS events_room_id ON events (room_id);
|
||||||
|
Loading…
Reference in New Issue
Block a user