mirror of
https://github.com/status-im/status-go.git
synced 2025-01-25 05:58:59 +00:00
3a61c3bae9
This commit adds a setting for mailserver, that allows the client to specify the syncing period. Also fixes a minor issue with deletion of public chats.
4 lines
125 B
SQL
4 lines
125 B
SQL
ALTER TABLE settings ADD COLUMN default_sync_period INTEGER DEFAULT 86400;
|
|
UPDATE settings SET default_sync_period = 86400;
|
|
|