Changeset 1739


Ignore:
Timestamp:
Jan 21, 2007, 4:49:45 PM (17 years ago)
Author:
vdigital
Message:

Inefficient and non required index is removed on #_image_category.

Location:
trunk/install
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/phpwebgallery_structure.sql

    r1727 r1739  
    155155  `category_id` smallint(5) unsigned NOT NULL default '0',
    156156  PRIMARY KEY  (`image_id`,`category_id`),
    157   KEY `image_category_i1` (`image_id`),
    158157  KEY `image_category_i2` (`category_id`)
    159158) TYPE=MyISAM;
Note: See TracChangeset for help on using the changeset viewer.