From af2e5bafc0a8e42f2e1577ac95f8528cf3e7e566 Mon Sep 17 00:00:00 2001 From: Jonathan Eads Date: Wed, 20 Mar 2013 11:24:20 -0700 Subject: [PATCH] added request_ids reference to job_guid description --- treeherder/model/sql/template_schema/project_jobs_1.sql.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/treeherder/model/sql/template_schema/project_jobs_1.sql.tmpl b/treeherder/model/sql/template_schema/project_jobs_1.sql.tmpl index 543ec4ede..d426a1ed6 100644 --- a/treeherder/model/sql/template_schema/project_jobs_1.sql.tmpl +++ b/treeherder/model/sql/template_schema/project_jobs_1.sql.tmpl @@ -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