[geeklog-cvs] geeklog-1.3/sql/updates mysql_1.3.10_to_1.3.11.php,NONE,1.1

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sun Dec 19 06:08:09 EST 2004


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

Added Files:
	mysql_1.3.10_to_1.3.11.php 
Log Message:
Update database: The 'sid' field in the gl_comments table has to be able to hold 40 characters.


--- NEW FILE: mysql_1.3.10_to_1.3.11.php ---
<?php

// bugfix: allow up to 40 characters for the story ID
$_SQL[] = "ALTER TABLE {$_TABLES['comments']} CHANGE sid sid varchar(40) NOT NULL default ''";

?>




More information about the geeklog-cvs mailing list