[geeklog-cvs] geeklog-1.3/sql/updates mysql_1.3.9_to_1.3.10.php,1.9,1.10

blaine at iowaoutdoors.org blaine at iowaoutdoors.org
Fri Jul 30 23:30:41 EDT 2004


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

Modified Files:
	mysql_1.3.9_to_1.3.10.php 
Log Message:
Package of changes to support the Story Archive Feature

Index: mysql_1.3.9_to_1.3.10.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/sql/updates/mysql_1.3.9_to_1.3.10.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** mysql_1.3.9_to_1.3.10.php	27 Jul 2004 07:29:04 -0000	1.9
--- mysql_1.3.9_to_1.3.10.php	31 Jul 2004 03:30:39 -0000	1.10
***************
*** 109,111 ****
--- 109,114 ----
  $_SQL[] = "UPDATE {$_TABLES['links']} SET owner_id = 1 WHERE owner_id = 0";
  
+ // Add new field for Story Archive feature 
+ $_SQL[] = "ALTER TABLE {$_TABLES['stories']} ADD `expire` DATETIME NOT NULL AFTER `statuscode";
+ 
  ?>




More information about the geeklog-cvs mailing list