mirror of https://github.com/waku-org/nwaku.git
2 lines
94 B
MySQL
2 lines
94 B
MySQL
|
CREATE INDEX IF NOT EXISTS i_msg ON Message (contentTopic, pubsubTopic, senderTimestamp, id);
|