From a16ebeda8565c71a7f7d894900e61d19941d9d79 Mon Sep 17 00:00:00 2001 From: z0rglub Date: Wed, 31 Mar 2004 21:14:51 +0000 Subject: bug 15 : useless index in categories dropped git-svn-id: http://piwigo.org/svn/branches/release-1_3@407 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/phpwebgallery_structure.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/admin/phpwebgallery_structure.sql b/admin/phpwebgallery_structure.sql index d1c5343a6..6f636be16 100644 --- a/admin/phpwebgallery_structure.sql +++ b/admin/phpwebgallery_structure.sql @@ -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; -- cgit v1.2.3