status-go/protocol/migrations/sqlite/1621933219_add_mentioned.up.sql
Andrea Maria Piana dfd4668087 Add mentioned field
This commit adds a Mentioned field to Message, which indicates whether
the receiving user is mentioned in the message.
2021-05-26 08:33:38 +02:00

2 lines
70 B
SQL

ALTER TABLE user_messages ADD COLUMN mentioned BOOLEAN DEFAULT FALSE;