[geeklog-cvs] Geeklog-1.x/plugins/polls/sql mysql_install.php, 1.5, 1.6
Oliver
ospiess at qs1489.pair.com
Sat Sep 1 22:51:29 EDT 2007
Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/polls/sql
In directory qs1489.pair.com:/tmp/cvs-serv92441
Modified Files:
mysql_install.php
Log Message:
Primary key error
Index: mysql_install.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/polls/sql/mysql_install.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** mysql_install.php 11 Feb 2007 01:08:32 -0000 1.5
--- mysql_install.php 2 Sep 2007 02:51:27 -0000 1.6
***************
*** 41,45 ****
votes mediumint(8) unsigned default NULL,
remark varchar(255) NULL,
! PRIMARY KEY (qid,aid)
) TYPE=MyISAM
";
--- 41,45 ----
votes mediumint(8) unsigned default NULL,
remark varchar(255) NULL,
! PRIMARY KEY (pid, qid, aid)
) TYPE=MyISAM
";
More information about the geeklog-cvs
mailing list