added request_ids reference to job_guid description

This commit is contained in:
Jonathan Eads 2013-03-20 11:24:20 -07:00
Родитель 2f3b03107d
Коммит af2e5bafc0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -73,7 +73,7 @@ DROP TABLE IF EXISTS `job`;
* Example Data:
*
* job_guid - A unique identifier of a job or any type. For buildbot generated data
* the guid is a hash of associated result ids and a timestamp.
* the guid is a hash of associated request_ids and a timestamp.
*
* job_coalesced_to_guid - If present the job was coalesced to this job_guid
* result_set_id - References result_set.id