|
From: Paul S. O. <ps...@us...> - 2002-03-20 14:04:52
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv20503 Modified Files: update_to_RC4.php Log Message: Make first_id in topics NULL Index: update_to_RC4.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/update_to_RC4.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** update_to_RC4.php 20 Mar 2002 00:22:08 -0000 1.1 --- update_to_RC4.php 20 Mar 2002 14:04:48 -0000 1.2 *************** *** 217,221 **** $sql[] = "ALTER TABLE " . TOPICS_TABLE . " ADD ! topic_first_post_id int NOT NULL"; $sql[] = "CREATE INDEX topic_first_post_id ON " . TOPICS_TABLE . " (topic_first_post_id)"; --- 217,221 ---- $sql[] = "ALTER TABLE " . TOPICS_TABLE . " ADD ! topic_first_post_id int NULL"; $sql[] = "CREATE INDEX topic_first_post_id ON " . TOPICS_TABLE . " (topic_first_post_id)"; |