mirror of
https://github.com/status-im/status-go.git
synced 2025-02-07 04:13:56 +00:00
3 lines
122 B
SQL
3 lines
122 B
SQL
ALTER TABLE settings ADD COLUMN auto_message_enabled BOOLEAN DEFAULT FALSE;
|
|
UPDATE settings SET auto_message_enabled = 0;
|