Update of /cvsroot/phpwebsite-comm/modules/phpwsbb/boost
In directory sc8-pr-cvs1:/tmp/cvs-serv19373/boost
Modified Files:
install.sql
Log Message:
Updates
Index: install.sql
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/phpwsbb/boost/install.sql,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** install.sql 22 May 2003 02:53:34 -0000 1.2
--- install.sql 23 May 2003 04:09:28 -0000 1.3
***************
*** 17,20 ****
--- 17,21 ----
body text,
sticky smallint,
+ locked smallint,
PRIMARY KEY (id)
);
|