Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: #0008714: At table creation for testlink database, an sql error …
…is returned (For 1.9.20)
  • Loading branch information
fmancardi committed Jul 13, 2019
1 parent cb7c6b4 commit cf6903d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions install/sql/mysql/testlink_create_tables.sql
Expand Up @@ -440,16 +440,6 @@ CREATE TABLE /*prefix*/testcase_keywords (
KEY /*prefix*/idx02_testcase_keywords (`tcversion_id`)
) DEFAULT CHARSET=utf8;

CREATE TABLE /*prefix*/testcase_platforms (
`id` int(10) unsigned NOT NULL auto_increment,
`testcase_id` int(10) unsigned NOT NULL default '0',
`tcversion_id` int(10) unsigned NOT NULL default '0',
`platform_id` int(10) unsigned NOT NULL default '0',
PRIMARY KEY (`id`),
UNIQUE KEY /*prefix*/idx01_testcase_platform (`testcase_id`,`tcversion_id`,`platform_id`),
KEY /*prefix*/idx02_testcase_platform (`tcversion_id`)
) DEFAULT CHARSET=utf8;


CREATE TABLE /*prefix*/tcversions (
`id` int(10) unsigned NOT NULL,
Expand Down

0 comments on commit cf6903d

Please sign in to comment.