mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
my min karma, as opposed to my little pony or some such
git-svn-id: file:///svn/phpbb/trunk@3285 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -649,11 +649,13 @@ CREATE TABLE phpbb_users (
|
||||
user_session_time int(11) DEFAULT '0' NOT NULL,
|
||||
user_session_page smallint(5) DEFAULT '0' NOT NULL,
|
||||
user_lastvisit int(11) DEFAULT '0' NOT NULL,
|
||||
user_karma tinyint(1) DEFAULT '3' NOT NULL,
|
||||
user_min_karma tinyint(1) DEFAULT '3' NOT NULL,
|
||||
user_startpage varchar(100) DEFAULT '',
|
||||
user_colour varchar(6) DEFAULT '' NOT NULL,
|
||||
user_posts mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
user_lang varchar(50),
|
||||
user_timezone decimal(4,2) DEFAULT '0' NOT NULL,
|
||||
user_timezone decimal(5,2) DEFAULT '0' NOT NULL,
|
||||
user_dst tinyint(1) DEFAULT '0' NOT NULL,
|
||||
user_dateformat varchar(15) DEFAULT 'd M Y H:i' NOT NULL,
|
||||
user_style tinyint(4),
|
||||
|
Reference in New Issue
Block a user