github.com/status-im/status-go@v1.1.0/protocol/migrations/sqlite/1622464518_set_synced_to_from.up.sql (about)

     1  UPDATE chats SET synced_to = strftime('%s', 'now') - 86400, synced_from = strftime('%s', 'now') - 86400;