status-go/protocol/migrations/sqlite/1634831235_add_highlight_column_in_chats.up.sql

2 lines
62 B
MySQL
Raw Permalink Normal View History

ALTER TABLE chats ADD COLUMN highlight BOOLEAN DEFAULT FALSE;