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
093dda687f
status-go
/
protocol
/
migrations
/
sqlite
/
1628280060_create-usermessa...
2 lines
80 B
SQL
Raw
Blame
History
CREATE
INDEX
user_messages_read_messages
ON
user_messages
(
local_chat_id
,
seen
)
;
Reference in New Issue
View Git Blame
Copy Permalink