mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-02 11:32:52 +02:00
bug 15 : useless index in categories dropped
git-svn-id: http://piwigo.org/svn/trunk@407 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user