mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-20 16:42:59 +02:00
changing name of key from none to history_i1
git-svn-id: http://piwigo.org/svn/trunk@616 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -102,7 +102,7 @@ CREATE TABLE phpwebgallery_history (
|
||||
category varchar(150) default NULL,
|
||||
file varchar(50) default NULL,
|
||||
picture varchar(150) default NULL,
|
||||
KEY (date)
|
||||
KEY history_i1 (date)
|
||||
) TYPE=MyISAM;
|
||||
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user