[geeklog-cvs] geeklog-1.3/sql/updates mysql_1.3.8_to_1.3.9.php,1.7,1.8

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Mon Jul 26 03:43:37 EDT 2004


Update of /var/cvs/geeklog-1.3/sql/updates
In directory www:/tmp/cvs-serv19738/updates

Modified Files:
	mysql_1.3.8_to_1.3.9.php 
Log Message:
Create 'syndication' table with "fid int(10)" instead of only "fid int".


Index: mysql_1.3.8_to_1.3.9.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/sql/updates/mysql_1.3.8_to_1.3.9.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** mysql_1.3.8_to_1.3.9.php	28 Feb 2004 11:05:39 -0000	1.7
--- mysql_1.3.8_to_1.3.9.php	26 Jul 2004 07:43:34 -0000	1.8
***************
*** 2,6 ****
  
  $_SQL[] = "CREATE TABLE {$_TABLES['syndication']} (
!   fid int unsigned NOT NULL auto_increment,
    type varchar(30) NOT NULL default 'geeklog',
    topic varchar(48) NOT NULL default '::all',
--- 2,6 ----
  
  $_SQL[] = "CREATE TABLE {$_TABLES['syndication']} (
!   fid int(10) unsigned NOT NULL auto_increment,
    type varchar(30) NOT NULL default 'geeklog',
    topic varchar(48) NOT NULL default '::all',




More information about the geeklog-cvs mailing list