Ignore:
Timestamp:
Feb 9, 2014, 11:49:58 PM (10 years ago)
Author:
mistic100
Message:

add index on filters table

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/SmartAlbums/maintain.inc.php

    r27266 r27300  
    6464  `cond` varchar(32) NULL,
    6565  `value` text NULL,
    66   `updated` DATETIME NOT NULL DEFAULT "1970-01-01 00:00:00"
     66  `updated` DATETIME NOT NULL DEFAULT "1970-01-01 00:00:00",
     67  KEY `category_id` (`category_id`)
    6768) ENGINE=MyISAM DEFAULT CHARSET=utf8
    6869;');
Note: See TracChangeset for help on using the changeset viewer.