Closed
Bug 475917
Opened 17 years ago
Closed 17 years ago
checksetup.pl Key column 'default_tester_id' doesn't exist in table
Categories
(Testopia :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: aliustek, Assigned: gregaryh)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-GB; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5
Build Identifier: Testopia CVS tip, Bugzilla 3.2
On running checksetup.pl I get
Adding new table test_attachment_data ...
Adding new table test_attachments ...
Adding new table test_builds ...
Adding new table test_case_activity ...
Adding new table test_case_attachments ...
Adding new table test_case_bugs ...
Adding new table test_case_categories ...
Adding new table test_case_components ...
Adding new table test_case_dependencies ...
Adding new table test_case_plans ...
Adding new table test_case_run_status ...
Adding new table test_case_runs ...
Adding new table test_case_status ...
Adding new table test_case_tags ...
Adding new table test_case_texts ...
Adding new table test_cases ...
DBD::mysql::db do failed: Key column 'default_tester_id' doesn't exist in table [for Statement "CREATE INDEX `test_case_tester_idx` ON test_cases (default_tester_id)"] at
Bugzilla/DB.pm line 647
Bugzilla::DB::_bz_add_table_raw('Bugzilla::DB::Mysql=HASH(0x3c7edc4)', 'test_cases') called at Bugzilla/DB.pm line 613
Bugzilla::DB::bz_add_table('Bugzilla::DB::Mysql=HASH(0x3c7edc4)', 'test_cases') called at Bugzilla/DB.pm line 408
Bugzilla::DB::bz_setup_database('Bugzilla::DB::Mysql=HASH(0x3c7edc4)') called at Bugzilla/DB/Mysql.pm line 518
Bugzilla::DB::Mysql::bz_setup_database('Bugzilla::DB::Mysql=HASH(0x3c7edc4)') called at C:\testopia\checksetup.pl line 144
Reproducible: Always
Steps to Reproduce:
1. Apply Testopia patch
2. run checksetup.pl
| Assignee | ||
Comment 1•17 years ago
|
||
Good catch. This was due to my own stupidity.
Checking in extensions/testopia/code/db_schema-abstract_schema.pl;
/cvsroot/mozilla/webtools/testopia/extensions/testopia/code/db_schema-abstract_schema.pl,v <-- db_schema-abstract_schema.pl
new revision: 1.10; previous revision: 1.9
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•