mirror of
https://github.com/status-im/status-go.git
synced 2025-01-11 15:14:52 +00:00
4 lines
104 B
MySQL
4 lines
104 B
MySQL
|
CREATE INDEX
|
||
|
idx_user_messages_unseen ON user_messages (local_chat_id, clock_value)
|
||
|
WHERE NOT(seen)
|