aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2004-08-17 17:40:48 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2004-08-17 17:40:48 +0000
commitc946266fa38c0dca29ec91b80c2d64b57842a5fe (patch)
tree4b3329be40eef90381dd144c0104526b56b0c84f /phpBB/install/schemas
parent2706ce6534ea92c4d8caafeccd022ccd7479f969 (diff)
downloadforums-c946266fa38c0dca29ec91b80c2d64b57842a5fe.tar
forums-c946266fa38c0dca29ec91b80c2d64b57842a5fe.tar.gz
forums-c946266fa38c0dca29ec91b80c2d64b57842a5fe.tar.bz2
forums-c946266fa38c0dca29ec91b80c2d64b57842a5fe.tar.xz
forums-c946266fa38c0dca29ec91b80c2d64b57842a5fe.zip
user_colour
git-svn-id: file:///svn/phpbb/trunk@4963 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/schemas')
-rw-r--r--phpBB/install/schemas/mysql_schema.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/schemas/mysql_schema.sql b/phpBB/install/schemas/mysql_schema.sql
index 9e4b96d1c4..00e12f2657 100644
--- a/phpBB/install/schemas/mysql_schema.sql
+++ b/phpBB/install/schemas/mysql_schema.sql
@@ -863,6 +863,7 @@ CREATE TABLE phpbb_users (
user_dateformat varchar(15) DEFAULT 'd M Y H:i' NOT NULL,
user_style tinyint(4) DEFAULT '0' NOT NULL,
user_rank int(11) DEFAULT '0',
+ user_colour varchar(6) DEFAULT '' NOT NULL,
user_new_privmsg tinyint(4) UNSIGNED DEFAULT '0' NOT NULL,
user_unread_privmsg tinyint(4) UNSIGNED DEFAULT '0' NOT NULL,
user_last_privmsg int(11) DEFAULT '0' NOT NULL,