From b1d7522d06f8b8d583629db3922159f7552d66f0 Mon Sep 17 00:00:00 2001 From: James Atkinson Date: Thu, 30 Jan 2003 20:06:17 +0000 Subject: Minor changes, added visual confirmation stuff to mysql_basic and changed user_avatar_type to null since avatars arn't used in registartion. git-svn-id: file:///svn/phpbb/trunk@3433 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/schemas/mysql_schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/install/schemas/mysql_schema.sql') diff --git a/phpBB/install/schemas/mysql_schema.sql b/phpBB/install/schemas/mysql_schema.sql index 9a922d0357..e4998b8bae 100644 --- a/phpBB/install/schemas/mysql_schema.sql +++ b/phpBB/install/schemas/mysql_schema.sql @@ -717,7 +717,7 @@ CREATE TABLE phpbb_users ( user_notify_pm tinyint(1) DEFAULT '1' NOT NULL, user_popup_pm tinyint(1) DEFAULT '0' NOT NULL, user_avatar char(100), - user_avatar_type tinyint(4) DEFAULT '0' NOT NULL, + user_avatar_type tinyint(4) DEFAULT '0', user_avatar_width tinyint(4) UNSIGNED, user_avatar_height tinyint(4) UNSIGNED, user_sig text, -- cgit v1.2.1