Drop of PRIMARY Key on history table.

git-svn-id: http://piwigo.org/svn/trunk@615 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
gweltas
2004-11-24 10:49:41 +00:00
parent f0fcd1eedc
commit bd71857691
+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,
PRIMARY KEY (date)
KEY (date)
) TYPE=MyISAM;
--