diff options
author | plegall <plg@piwigo.org> | 2004-11-24 21:26:21 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2004-11-24 21:26:21 +0000 |
commit | c18457fa32a38095cdaafbe682e11e6db2981c47 (patch) | |
tree | d64e6069b03085717cfacc7f1c9a496552b4accc /install | |
parent | bd718576914a6ebe8c2a8dd00b36441b946b4335 (diff) |
changing name of key from none to history_i1
git-svn-id: http://piwigo.org/svn/trunk@616 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | install/phpwebgallery_structure.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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; -- |