mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
it's dhn's fault
git-svn-id: file:///svn/phpbb/trunk@4078 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
2b2c8709ab
commit
d806c0a55f
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue