mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-24 01:03:05 +02:00
message
git-svn-id: file:///svn/phpbb/trunk@6655 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1778,6 +1778,7 @@ CREATE TABLE phpbb_users (
|
||||
username_clean varchar2(255) DEFAULT '' ,
|
||||
user_password varchar2(120) DEFAULT '' ,
|
||||
user_passchg number(11) DEFAULT '0' NOT NULL,
|
||||
user_pass_convert number(1) DEFAULT '0' NOT NULL,
|
||||
user_email varchar2(300) DEFAULT '' ,
|
||||
user_email_hash number(20) DEFAULT '0' NOT NULL,
|
||||
user_birthday varchar2(10) DEFAULT '' ,
|
||||
|
Reference in New Issue
Block a user