From: <dts...@us...> - 2003-06-03 16:38:33
|
Update of /cvsroot/phpwebsite-comm/modules/phpwsbb/boost In directory sc8-pr-cvs1:/tmp/cvs-serv14102/boost Modified Files: install.sql Log Message: Updates for adding replies and lastreply fields Index: install.sql =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/phpwsbb/boost/install.sql,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** install.sql 23 May 2003 04:09:28 -0000 1.3 --- install.sql 3 Jun 2003 16:22:40 -0000 1.4 *************** *** 18,21 **** --- 18,23 ---- sticky smallint, locked smallint, + replies int NOT NULL default '0', + lastreply int NOT NULL default 0, PRIMARY KEY (id) ); |