From ee5dbaefbbf1d3d42e33bf429b39450ca9d91a34 Mon Sep 17 00:00:00 2001 From: vdigital Date: Mon, 22 Jan 2007 21:51:52 +0000 Subject: [PATCH] More rename index git-svn-id: http://piwigo.org/svn/trunk@1742 68402e56-0260-453c-a942-63ccdbb3a9ee --- install/phpwebgallery_structure.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/phpwebgallery_structure.sql b/install/phpwebgallery_structure.sql index ac57b6283..29ff65f8f 100644 --- a/install/phpwebgallery_structure.sql +++ b/install/phpwebgallery_structure.sql @@ -154,7 +154,7 @@ CREATE TABLE `phpwebgallery_image_category` ( `image_id` mediumint(8) unsigned NOT NULL default '0', `category_id` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`image_id`,`category_id`), - KEY `image_category_i2` (`category_id`) + KEY `image_category` (`category_id`) ) TYPE=MyISAM; --