bug 15 : useless index in categories dropped

git-svn-id: http://piwigo.org/svn/branches/release-1_3@407 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub
2004-03-31 21:14:51 +00:00
parent fdbb2d6681
commit a16ebeda85

View File

@@ -1,6 +1,6 @@
-- MySQL dump 8.21
--
-- Host: localhost Database: perfs_test
-- Host: localhost Database: pwg-1_3
---------------------------------------------------------
-- Server version 3.23.49-log
@@ -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 id (id),
KEY id_uppercat (id_uppercat)
) TYPE=MyISAM;