Changeset 407 for trunk


Ignore:
Timestamp:
Mar 31, 2004, 11:14:51 PM (20 years ago)
Author:
z0rglub
Message:

bug 15 : useless index in categories dropped

Location:
trunk/install
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/dbscheme.txt

    r384 r407  
    126126pk         id                             users         
    127127pk         id                             waiting       
    128 index      categories_i1                  categories           id
    129128index      categories_i2                  categories           id_uppercat
    130129index      image_category_i1              image_category       image_id
  • trunk/install/phpwebgallery_structure.sql

    r385 r407  
    2626  uppercats varchar(255) NOT NULL default '',
    2727  PRIMARY KEY  (id),
    28   KEY categories_i1 (id),
    2928  KEY categories_i2 (id_uppercat)
    3029) TYPE=MyISAM;
Note: See TracChangeset for help on using the changeset viewer.