status-go/appdatabase/migrations/sql/1618395756_contacts_only.up.sql
2021-04-16 20:42:40 +02:00

3 lines
136 B
SQL

ALTER TABLE settings ADD COLUMN messages_from_contacts_only BOOLEAN DEFAULT FALSE;
UPDATE settings SET messages_from_contacts_only = 0;