mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 10:31:57 +02:00
Forgot this one yesterday
git-svn-id: file:///svn/phpbb/trunk@6400 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1816,6 +1816,8 @@ function get_schema_struct()
|
||||
'user_warnings' => array('TINT:4', 0),
|
||||
'user_last_warning' => array('TIMESTAMP', 0),
|
||||
'user_login_attempts' => array('TINT:4', 0),
|
||||
'user_inactive_reason' => array('TINT:2', 0),
|
||||
'user_inactive_time' => array('TIMESTAMP', 0),
|
||||
'user_posts' => array('UINT', 0),
|
||||
'user_lang' => array('VCHAR:30', ''),
|
||||
'user_timezone' => array('DECIMAL', 0),
|
||||
|
Reference in New Issue
Block a user