aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/schema_data.sql
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2006-12-10 18:14:47 +0000
committerDavid M <davidmj@users.sourceforge.net>2006-12-10 18:14:47 +0000
commit7eff1949cac08271fd745feb20564ee7dc9bee80 (patch)
tree96a5c2bcfe38bb2cb032cfdd1e5f470d5a03dd43 /phpBB/install/schemas/schema_data.sql
parentc02215f7ccaf98174f87795e312273a1d85eaf44 (diff)
downloadforums-7eff1949cac08271fd745feb20564ee7dc9bee80.tar
forums-7eff1949cac08271fd745feb20564ee7dc9bee80.tar.gz
forums-7eff1949cac08271fd745feb20564ee7dc9bee80.tar.bz2
forums-7eff1949cac08271fd745feb20564ee7dc9bee80.tar.xz
forums-7eff1949cac08271fd745feb20564ee7dc9bee80.zip
#5242
git-svn-id: file:///svn/phpbb/trunk@6742 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/schemas/schema_data.sql')
-rw-r--r--phpBB/install/schemas/schema_data.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql
index d4c72a2989..abc6021deb 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -210,6 +210,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('warnings_gc', '144
INSERT INTO phpbb_config (config_name, config_value, is_dynamic) VALUES ('cache_last_gc', '0', 1);
INSERT INTO phpbb_config (config_name, config_value, is_dynamic) VALUES ('database_last_gc', '0', 1);
INSERT INTO phpbb_config (config_name, config_value, is_dynamic) VALUES ('last_queue_run', '0', 1);
+INSERT INTO phpbb_config (config_name, config_value, is_dynamic) VALUES ('newest_user_colour', 'AA0000', 1);
INSERT INTO phpbb_config (config_name, config_value, is_dynamic) VALUES ('newest_user_id', '2', 1);
INSERT INTO phpbb_config (config_name, config_value, is_dynamic) VALUES ('newest_username', '', 1);
INSERT INTO phpbb_config (config_name, config_value, is_dynamic) VALUES ('num_files', '0', 1);