Changeset 444


Ignore:
Timestamp:
Jun 25, 2004, 10:38:06 PM (20 years ago)
Author:
z0rglub
Message:
  • moved index images.storage_category_id to images_i1
  • new index images_i2 on images.date_available
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/phpwebgallery_structure.sql

    r423 r444  
    137137  storage_category_id smallint(5) unsigned default NULL,
    138138  PRIMARY KEY  (id),
    139   KEY storage_category_id (storage_category_id)
     139  KEY images_i2 (date_available),
     140  KEY images_i1 (storage_category_id)
    140141) TYPE=MyISAM;
    141142
Note: See TracChangeset for help on using the changeset viewer.