- moved index images.storage_category_id to images_i1

- new index images_i2 on images.date_available


git-svn-id: http://piwigo.org/svn/trunk@444 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub
2004-06-25 20:38:06 +00:00
parent 537af4c959
commit aa33a48943
+2 -1
View File
@@ -136,7 +136,8 @@ CREATE TABLE phpwebgallery_images (
keywords varchar(255) default NULL,
storage_category_id smallint(5) unsigned default NULL,
PRIMARY KEY (id),
KEY storage_category_id (storage_category_id)
KEY images_i2 (date_available),
KEY images_i1 (storage_category_id)
) TYPE=MyISAM;
--