1
0
mirror of https://github.com/waku-org/nwaku.git synced 2025-01-23 05:09:53 +00:00

2 lines
94 B
MySQL
Raw Normal View History

CREATE INDEX IF NOT EXISTS i_msg ON Message (contentTopic, pubsubTopic, senderTimestamp, id);