From c18457fa32a38095cdaafbe682e11e6db2981c47 Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 24 Nov 2004 21:26:21 +0000 Subject: changing name of key from none to history_i1 git-svn-id: http://piwigo.org/svn/trunk@616 68402e56-0260-453c-a942-63ccdbb3a9ee --- install/phpwebgallery_structure.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/phpwebgallery_structure.sql') diff --git a/install/phpwebgallery_structure.sql b/install/phpwebgallery_structure.sql index 71916e34c..da5f45b55 100644 --- a/install/phpwebgallery_structure.sql +++ b/install/phpwebgallery_structure.sql @@ -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; -- -- cgit v1.2.3