mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 22:26:30 +00:00
4 lines
104 B
SQL
4 lines
104 B
SQL
CREATE INDEX
|
|
idx_user_messages_unseen ON user_messages (local_chat_id, clock_value)
|
|
WHERE NOT(seen)
|