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:
parent
a0033b8b56
commit
d74a116ded
2 changed files with 0 additions and 2 deletions
|
@ -125,7 +125,6 @@ pk group_id user_group
|
||||||
pk user_id user_group
|
pk user_id user_group
|
||||||
pk id users
|
pk id users
|
||||||
pk id waiting
|
pk id waiting
|
||||||
index categories_i1 categories id
|
|
||||||
index categories_i2 categories id_uppercat
|
index categories_i2 categories id_uppercat
|
||||||
index image_category_i1 image_category image_id
|
index image_category_i1 image_category image_id
|
||||||
index image_category_i2 image_category category_id
|
index image_category_i2 image_category category_id
|
||||||
|
|
|
@ -25,7 +25,6 @@ CREATE TABLE phpwebgallery_categories (
|
||||||
representative_picture_id mediumint(8) unsigned default NULL,
|
representative_picture_id mediumint(8) unsigned default NULL,
|
||||||
uppercats varchar(255) NOT NULL default '',
|
uppercats varchar(255) NOT NULL default '',
|
||||||
PRIMARY KEY (id),
|
PRIMARY KEY (id),
|
||||||
KEY categories_i1 (id),
|
|
||||||
KEY categories_i2 (id_uppercat)
|
KEY categories_i2 (id_uppercat)
|
||||||
) TYPE=MyISAM;
|
) TYPE=MyISAM;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue