mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user