diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-15 16:26:41 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-15 16:26:41 +0000 |
| commit | 0ed25deb63d13a77a26d74866434bd2832242319 (patch) | |
| tree | 97deba7f12f669aa9304339e36c1dcf8f5aed8ab /phpBB/db | |
| parent | 01488dc03b7bb67780d382ec9e2a4575012b05b6 (diff) | |
| download | forums-0ed25deb63d13a77a26d74866434bd2832242319.tar forums-0ed25deb63d13a77a26d74866434bd2832242319.tar.gz forums-0ed25deb63d13a77a26d74866434bd2832242319.tar.bz2 forums-0ed25deb63d13a77a26d74866434bd2832242319.tar.xz forums-0ed25deb63d13a77a26d74866434bd2832242319.zip | |
Email form - free with purchase of any two other items
git-svn-id: file:///svn/phpbb/trunk@1316 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/db')
| -rw-r--r-- | phpBB/db/mysql_schema.sql | 1 | ||||
| -rw-r--r-- | phpBB/db/postgres_schema.sql | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/db/mysql_schema.sql b/phpBB/db/mysql_schema.sql index cec17b0d76..2ad2682371 100644 --- a/phpBB/db/mysql_schema.sql +++ b/phpBB/db/mysql_schema.sql @@ -486,6 +486,7 @@ CREATE TABLE phpbb_users ( user_dateformat varchar(14) DEFAULT 'd M Y H:i' NOT NULL, user_style int(11), user_lang varchar(255), + user_emailtime int(11), user_viewemail tinyint(1), user_attachsig tinyint(1), user_allowhtml tinyint(1), diff --git a/phpBB/db/postgres_schema.sql b/phpBB/db/postgres_schema.sql index 2597b0e9b7..b5c50e26c4 100644 --- a/phpBB/db/postgres_schema.sql +++ b/phpBB/db/postgres_schema.sql @@ -464,6 +464,7 @@ CREATE TABLE phpbb_users ( user_yim varchar(255), user_msnm varchar(255), user_posts int4 DEFAULT '0' NOT NULL, + user_emailtime int4, user_viewemail int2, user_attachsig int2, user_allowhtml int2, |
