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

dhaun at geeklog.net dhaun at geeklog.net
Mon Mar 24 12:42:20 EST 2003


Update of /usr/cvs/geeklog/geeklog-1.3/sql/updates
In directory internal.geeklog.net:/tmp/cvs-serv8775/sql/updates

Added Files:
	mysql_1.3.7_to_1.3.8.php 
Log Message:
You can now set a default topic for story submissions.


--- NEW FILE: mysql_1.3.7_to_1.3.8.php ---
<?php

$_SQL[] = "ALTER TABLE {$_TABLES['topics']} ADD is_default tinyint(1) unsigned NOT NULL DEFAULT '0'";

?>





More information about the geeklog-cvs mailing list