mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-22 09:54:34 -04:00
Remove redundant key
This commit is contained in:
parent
fae059cc18
commit
58ed393235
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue