Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/install/database
In directory usw-pr-cvs1:/tmp/cvs-serv11121/chat/install/database
Modified Files:
mysql.sql
Log Message:
Increased the size for the website url in pmc_reg_users
Index: mysql.sql
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/install/database/mysql.sql,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** mysql.sql 2001/06/10 14:57:47 1.8
--- mysql.sql 2001/06/10 21:02:06 1.9
***************
*** 52,56 ****
lastname varchar(64) NOT NULL DEFAULT '' ,
country varchar(64) NOT NULL DEFAULT '' ,
! website varchar(64) NOT NULL DEFAULT '' ,
email varchar(64) NOT NULL DEFAULT '' ,
showemail tinyint(1) unsigned NOT NULL DEFAULT '0' ,
--- 52,56 ----
lastname varchar(64) NOT NULL DEFAULT '' ,
country varchar(64) NOT NULL DEFAULT '' ,
! website varchar(200) NOT NULL DEFAULT '' ,
email varchar(64) NOT NULL DEFAULT '' ,
showemail tinyint(1) unsigned NOT NULL DEFAULT '0' ,
|