Closed Bug 137504 Opened 23 years ago Closed 23 years ago

products.product vs. components.program: Column name inconsistency in database.

Categories

(Bugzilla :: Bugzilla-General, defect)

2.14.1
x86
All
defect
Not set
minor

Tracking

()

RESOLVED DUPLICATE of bug 43600

People

(Reporter: andreas.krueger, Assigned: justdave)

Details

The database column "program" in table "components" should be renamed to the name "product". (This is a distant cousin of bug 99864.)
This is done as part of bug 43600 - its either a dupe, or a dependancy fixed by that bug.
I (the original poster) agree that bug 43600 is more general than this one, so I mark it as a duplicate. Over at 43600, as part of their patch (v10) for checksetup.pl, there's: @@ -1095,8 +1096,9 @@ $table{components} = - 'value tinytext, - program varchar(64), + 'id smallint not null auto_increment primary key, + name varchar(64), + product_id smallint not null, initialowner mediumint not null, initialqacontact mediumint not null, description mediumtext not null'; *** This bug has been marked as a duplicate of 43600 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.