mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 12:28:52 +00:00
Forgot this one yesterday
git-svn-id: file:///svn/phpbb/trunk@6400 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
6ac33db38d
commit
cb31a4446d
1 changed files with 2 additions and 0 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Reference in a new issue