From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20030623 Description of problem: The DDL generator sometime produces an incorrect primary key. I think this specific bug is limited to certain mapping tables. The one specific example I have is the cat_root_cat_object_map table which has a primary key of (object_id, category_id), but it should just be (object_id) Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.ant build 2. examine table-cat_root_cat_object_map-auto.sql 3. Actual Results: primary key(object_id,category_id) Expected Results: primary key(object_id) Additional info:
QA_READY has been deprecated in favor of ON_QA. Please use ON_QA in the future. Moving to ON_QA.