From: lpsolit%gmail.com <> Date: Thu, 23 Nov 2006 00:38:43 +0000 (+0000) Subject: Documentation patch for bug 43600: the 'components' table no longer store the product... X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3ef711b5cea9aa4d192027bc37aadda957a6fef0;p=thirdparty%2Fbugzilla.git Documentation patch for bug 43600: the 'components' table no longer store the product name, but its ID - Patch by victory(_RSZ_) r=timeless --- diff --git a/docs/xml/customization.xml b/docs/xml/customization.xml index 609539ffe5..1e40f7f6dd 100644 --- a/docs/xml/customization.xml +++ b/docs/xml/customization.xml @@ -964,10 +964,9 @@ any entries in the CC field of the bug. Note that, like most other tables in Bugzilla, it does not refer to users by their user names, but by their unique userid, stored as a primary key in the profiles table. -components: This stores the programs and components (or products and -components, in newer Bugzilla parlance) for Bugzilla. Curiously, the "program" -(product) field is the full name of the product, rather than some other unique -identifier, like bug_id and user_id are elsewhere in the database. +components: This stores name, the description and initial +owner/qacontact of the component, and to which product the components +belong. dependencies: Stores data about those cool dependency trees.