This website requires JavaScript.
Explore
Help
Sign In
waku-org
/
nwaku
mirror of
https://github.com/waku-org/nwaku.git
Watch
1
Star
0
Fork
You've already forked nwaku
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
28b040007f
nwaku
/
migrations
/
message_store
/
00005_updateIndex.up.sql
2 lines
94 B
SQL
Raw
Blame
History
CREATE
INDEX
IF
NOT
EXISTS
i_msg
ON
Message
(
contentTopic
,
pubsubTopic
,
senderTimestamp
,
id
)
;
Reference in New Issue
View Git Blame
Copy Permalink