aboutsummaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2007-01-22 21:51:52 +0000
committervdigital <vdigital@piwigo.org>2007-01-22 21:51:52 +0000
commitee5dbaefbbf1d3d42e33bf429b39450ca9d91a34 (patch)
treedb00d3c9a22cfe6d2f7c122284db7a15468d02e9 /install
parenteab94717e180a2209c4860954963f7d05d43e07e (diff)
More rename index
git-svn-id: http://piwigo.org/svn/trunk@1742 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'install')
-rw-r--r--install/phpwebgallery_structure.sql2
1 files changed, 1 insertions, 1 deletions
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;
--