This website requires JavaScript.
Explore
Help
Sign In
status-im
/
status-go
mirror of
https://github.com/status-im/status-go.git
Watch
2
Star
0
Fork
You've already forked status-go
0
Code
Issues
Projects
Releases
Wiki
Activity
d61f983d95
status-go
/
protocol
/
migrations
/
sqlite
/
1678800760_add_index_to_raw...
2 lines
88 B
SQL
Raw
Blame
History
CREATE
INDEX
raw_messages_expired_idx
ON
raw_messages
(
message_type
,
sent
,
send_count
)
;
Reference in New Issue
View Git Blame
Copy Permalink