mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 06:12:55 +00:00
dfd4668087
This commit adds a Mentioned field to Message, which indicates whether the receiving user is mentioned in the message.
2 lines
70 B
SQL
2 lines
70 B
SQL
ALTER TABLE user_messages ADD COLUMN mentioned BOOLEAN DEFAULT FALSE;
|