diff options
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; |