mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
3 lines
122 B
MySQL
3 lines
122 B
MySQL
|
ALTER TABLE settings ADD COLUMN auto_message_enabled BOOLEAN DEFAULT FALSE;
|
||
|
UPDATE settings SET auto_message_enabled = 0;
|