aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/mysql_schema.sql
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-06-03 22:05:49 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-06-03 22:05:49 +0000
commitd806c0a55ff7d829902cb9c09851a3e73d254bd1 (patch)
tree475c75cc40943c473860230e2366869d2b05ccf4 /phpBB/install/schemas/mysql_schema.sql
parent2b2c8709ab68abf5c01c0588ef4c512f8ee98634 (diff)
downloadforums-d806c0a55ff7d829902cb9c09851a3e73d254bd1.tar
forums-d806c0a55ff7d829902cb9c09851a3e73d254bd1.tar.gz
forums-d806c0a55ff7d829902cb9c09851a3e73d254bd1.tar.bz2
forums-d806c0a55ff7d829902cb9c09851a3e73d254bd1.tar.xz
forums-d806c0a55ff7d829902cb9c09851a3e73d254bd1.zip
it's dhn's fault
git-svn-id: file:///svn/phpbb/trunk@4078 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/schemas/mysql_schema.sql')
-rw-r--r--phpBB/install/schemas/mysql_schema.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/schemas/mysql_schema.sql b/phpBB/install/schemas/mysql_schema.sql
index 9755d0b455..1bdfc919c4 100644
--- a/phpBB/install/schemas/mysql_schema.sql
+++ b/phpBB/install/schemas/mysql_schema.sql
@@ -868,6 +868,7 @@ CREATE TABLE phpbb_users (
user_allow_viewonline tinyint(1) DEFAULT '1' NOT NULL,
user_allow_viewemail tinyint(1) DEFAULT '1' NOT NULL,
user_avatar varchar(100) DEFAULT '' NOT NULL,
+ user_avatar_type tinyint(2) DEFAULT '0' NOT NULL,
user_avatar_width tinyint(4) UNSIGNED DEFAULT '0' NOT NULL,
user_avatar_height tinyint(4) UNSIGNED DEFAULT '0' NOT NULL,
user_sig text DEFAULT '' NOT NULL,