[geeklog-cvs] Geeklog-1.x/plugins/polls/sql mysql_install.php, 1.7, 1.8
Oliver
ospiess at qs1489.pair.com
Tue Sep 11 01:28:13 EDT 2007
Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/polls/sql
In directory qs1489.pair.com:/tmp/cvs-serv31767
Modified Files:
mysql_install.php
Log Message:
fixing plugin upgrades
Index: mysql_install.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/polls/sql/mysql_install.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** mysql_install.php 11 Sep 2007 01:41:20 -0000 1.7
--- mysql_install.php 11 Sep 2007 05:28:11 -0000 1.8
***************
*** 47,51 ****
$_SQL[] = "
CREATE TABLE {$_TABLES['pollquestions']} (
! qid mediumint(9) NOT NULL,
pid varchar(20) NOT NULL,
question varchar(255) NOT NULL,
--- 47,51 ----
$_SQL[] = "
CREATE TABLE {$_TABLES['pollquestions']} (
! qid mediumint(9) NOT NULL DEFAULT '0',
pid varchar(20) NOT NULL,
question varchar(255) NOT NULL,
More information about the geeklog-cvs
mailing list