status-go/protocol/migrations/sqlite/1593087212_add_mute_chat.up...

2 lines
58 B
SQL

ALTER TABLE chats ADD COLUMN muted BOOLEAN DEFAULT FALSE;