From: <dts...@us...> - 2003-05-29 16:56:56
|
Update of /cvsroot/phpwebsite-comm/modules/contacts/boost In directory sc8-pr-cvs1:/tmp/cvs-serv17690/boost Modified Files: install.sql Log Message: Some cosmetic changes and starting to flesh out the contact Index: install.sql =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/contacts/boost/install.sql,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** install.sql 28 May 2003 20:50:39 -0000 1.2 --- install.sql 29 May 2003 16:56:14 -0000 1.3 *************** *** 18,22 **** --- 18,26 ---- suffix varchar(5), email varchar(80), + website varchar(80), birthday int NOT NULL default '0', + organization varchar(80), + orgunit varchar(80), + title varchar(80), PRIMARY KEY (id) ); |