aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2006-09-24 12:24:22 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2006-09-24 12:24:22 +0000
commitcb31a4446d2ca40860c6d08bc34a30f10c70f8e5 (patch)
tree9a8141a2869f15fc06a938bdd4be717b0412e539 /phpBB/develop
parent6ac33db38d79ba039249061f68fe4ea3728be651 (diff)
downloadforums-cb31a4446d2ca40860c6d08bc34a30f10c70f8e5.tar
forums-cb31a4446d2ca40860c6d08bc34a30f10c70f8e5.tar.gz
forums-cb31a4446d2ca40860c6d08bc34a30f10c70f8e5.tar.bz2
forums-cb31a4446d2ca40860c6d08bc34a30f10c70f8e5.tar.xz
forums-cb31a4446d2ca40860c6d08bc34a30f10c70f8e5.zip
Forgot this one yesterday
git-svn-id: file:///svn/phpbb/trunk@6400 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/develop')
-rw-r--r--phpBB/develop/create_schema_files.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/develop/create_schema_files.php b/phpBB/develop/create_schema_files.php
index 2477b4aea5..cad8c7fbe6 100644
--- a/phpBB/develop/create_schema_files.php
+++ b/phpBB/develop/create_schema_files.php
@@ -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),