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:
plegall
2004-11-24 21:26:21 +00:00
parent bd71857691
commit c18457fa32
+1 -1
View File
@@ -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;
--