|
From: Paul S. O. <ps...@us...> - 2001-11-15 16:26:44
|
Update of /cvsroot/phpbb/phpBB2/db
In directory usw-pr-cvs1:/tmp/cvs-serv12929/db
Modified Files:
mysql_schema.sql postgres_schema.sql
Log Message:
Email form - free with purchase of any two other items
Index: mysql_schema.sql
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/mysql_schema.sql,v
retrieving revision 1.84
retrieving revision 1.85
diff -C2 -r1.84 -r1.85
*** mysql_schema.sql 2001/11/09 22:58:00 1.84
--- mysql_schema.sql 2001/11/15 16:26:41 1.85
***************
*** 487,490 ****
--- 487,491 ----
user_style int(11),
user_lang varchar(255),
+ user_emailtime int(11),
user_viewemail tinyint(1),
user_attachsig tinyint(1),
Index: postgres_schema.sql
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/postgres_schema.sql,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -r1.56 -r1.57
*** postgres_schema.sql 2001/11/09 18:28:46 1.56
--- postgres_schema.sql 2001/11/15 16:26:41 1.57
***************
*** 465,468 ****
--- 465,469 ----
user_msnm varchar(255),
user_posts int4 DEFAULT '0' NOT NULL,
+ user_emailtime int4,
user_viewemail int2,
user_attachsig int2,
|