aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2004-03-31 21:14:51 +0000
committerz0rglub <z0rglub@piwigo.org>2004-03-31 21:14:51 +0000
commita16ebeda8565c71a7f7d894900e61d19941d9d79 (patch)
tree326e7a5ce91cb27e374c2f812df616a44ec89e24
parentfdbb2d6681d9242828b2bd57f065c7cba3325858 (diff)
bug 15 : useless index in categories dropped
git-svn-id: http://piwigo.org/svn/branches/release-1_3@407 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--admin/phpwebgallery_structure.sql3
1 files changed, 1 insertions, 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;