From: Don S. <ri...@us...> - 2004-09-13 19:48:32
|
Update of /cvsroot/phpwsbb/phpwsbb/boost In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4472/boost Modified Files: install.sql Log Message: Fixer upper Index: install.sql =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/boost/install.sql,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** install.sql 13 Sep 2004 19:12:04 -0000 1.17 --- install.sql 13 Sep 2004 19:48:23 -0000 1.18 *************** *** 16,20 **** sortorder int NOT NULL default '0', lastpost int NOT NULL default '0', ! posts int NOT NULL default '0', lastpost_topic_label text NOT NULL, lastpost_topic_id int NOT NULL default '0', --- 16,20 ---- sortorder int NOT NULL default '0', lastpost int NOT NULL default '0', ! posts int NOT NULL default '0', lastpost_topic_label text NOT NULL, lastpost_topic_id int NOT NULL default '0', |