From: Chris W. <la...@us...> - 2005-09-24 14:02:27
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/comments/struct In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17578/struct Modified Files: comment.sql Log Message: add 'remote_host' Index: comment.sql =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/comments/struct/comment.sql,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** comment.sql 19 Feb 2004 14:49:10 -0000 1.2 --- comment.sql 24 Sep 2005 14:02:18 -0000 1.3 *************** *** 7,10 **** --- 7,11 ---- poster_email varchar(50) null, poster_url varchar(75) null, + poster_host varchar(50) null, subject varchar(75) not null, content text null, |