mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 14:47:06 +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;
|