diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-01-08 22:23:12 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-01-08 22:23:12 +0000 |
| commit | 799ffa517c18ac591d57694a348f556dce64fcac (patch) | |
| tree | b60b9436197df63f808fce5fc63ad19696d40ce8 /phpBB | |
| parent | f236f3f838bd133f15d1f1caf8e15de8cb91bd37 (diff) | |
| download | forums-799ffa517c18ac591d57694a348f556dce64fcac.tar forums-799ffa517c18ac591d57694a348f556dce64fcac.tar.gz forums-799ffa517c18ac591d57694a348f556dce64fcac.tar.bz2 forums-799ffa517c18ac591d57694a348f556dce64fcac.tar.xz forums-799ffa517c18ac591d57694a348f556dce64fcac.zip | |
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
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/install/schemas/mysql_schema.sql | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/install/schemas/mysql_schema.sql b/phpBB/install/schemas/mysql_schema.sql index 3602843d05..d0bbb77ca6 100644 --- a/phpBB/install/schemas/mysql_schema.sql +++ b/phpBB/install/schemas/mysql_schema.sql @@ -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), |
