status-go/protocol/migrations/sqlite/1622010048_add_unviewed_men...

3 lines
114 B
MySQL
Raw Normal View History

ALTER TABLE chats ADD COLUMN unviewed_mentions_count INT DEFAULT 0;
UPDATE chats SET unviewed_mentions_count = 0;