diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-03-31 21:14:51 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-03-31 21:14:51 +0000 |
commit | d74a116ded82bbd98683fe2c859a84a8c300ac83 (patch) | |
tree | 206e2729d9a1179a4c9220c71fd82709058faed2 /install/phpwebgallery_structure.sql | |
parent | a0033b8b56fdf9489981c52b6edaaeb3ecdb1e7e (diff) |
bug 15 : useless index in categories dropped
git-svn-id: http://piwigo.org/svn/trunk@407 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | install/phpwebgallery_structure.sql | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/install/phpwebgallery_structure.sql b/install/phpwebgallery_structure.sql index c516f72d0..ba3102af0 100644 --- a/install/phpwebgallery_structure.sql +++ b/install/phpwebgallery_structure.sql @@ -25,7 +25,6 @@ CREATE TABLE phpwebgallery_categories ( representative_picture_id mediumint(8) unsigned default NULL, uppercats varchar(255) NOT NULL default '', PRIMARY KEY (id), - KEY categories_i1 (id), KEY categories_i2 (id_uppercat) ) TYPE=MyISAM; |