Changeset 1158 for branches/branch-1_6


Ignore:
Timestamp:
Apr 13, 2006, 10:38:10 PM (18 years ago)
Author:
plg
Message:

bug fixed: images_i1 (storage_category_id) comes back

Location:
branches/branch-1_6/install
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/install/phpwebgallery_structure.sql

    r1131 r1158  
    11-- MySQL dump 9.11
    22--
    3 -- Host: localhost    Database: pwg-bsf
     3-- Host: localhost    Database: pwg-1_6
    44-- ------------------------------------------------------
    55-- Server version       4.0.24_Debian-10-log
     
    173173  KEY `images_i3` (`average_rate`),
    174174  KEY `images_i4` (`hit`),
    175   KEY `images_i5` (`date_creation`)
     175  KEY `images_i5` (`date_creation`),
     176  KEY `images_i1` (`storage_category_id`)
    176177) TYPE=MyISAM;
    177178
Note: See TracChangeset for help on using the changeset viewer.