mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
2 lines
105 B
MySQL
2 lines
105 B
MySQL
|
UPDATE chats SET synced_to = strftime('%s', 'now') - 86400, synced_from = strftime('%s', 'now') - 86400;
|