From 0228a007f8c61726032b944c9162aa4a41153ec9 Mon Sep 17 00:00:00 2001 From: "mkanat%kerio.com" <> Date: Wed, 6 Apr 2005 10:40:46 +0000 Subject: Fix for Bug 284850: Fix the name of one index Patch By Max Kanat-Alexander a=justdave --- checksetup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index 8decb119f..44930ae73 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -2845,7 +2845,7 @@ if ($dbh->bz_get_field_def("products", "product")) { print "Adding indexes for products and components tables.\n"; $dbh->do("CREATE UNIQUE INDEX products_name_idx ON products(name)"); - $dbh->do("CREATE UNIQUE INDEX component_product_id_idx" + $dbh->do("CREATE UNIQUE INDEX components_product_id_idx" . " ON components(product_id, name)"); $dbh->do("CREATE INDEX components_name_idx ON components(name)"); } -- cgit v1.2.3-24-g4f1b