aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorOliver Schramm <oliver.schramm97@gmail.com>2014-04-17 15:17:54 +0200
committerOliver Schramm <oliver.schramm97@gmail.com>2014-04-17 15:17:54 +0200
commit809054abfd18d08cc209e7adfbe99e805276aeb7 (patch)
tree21f71e4072fe6307384bd79f4050554a9a0388a3 /phpBB/install
parent40c685e6fcbe3e5e9d2626f2b5ce46b6665d8a33 (diff)
downloadforums-809054abfd18d08cc209e7adfbe99e805276aeb7.tar
forums-809054abfd18d08cc209e7adfbe99e805276aeb7.tar.gz
forums-809054abfd18d08cc209e7adfbe99e805276aeb7.tar.bz2
forums-809054abfd18d08cc209e7adfbe99e805276aeb7.tar.xz
forums-809054abfd18d08cc209e7adfbe99e805276aeb7.zip
[ticket/8558] Add config in migrations and schema_data
PHPBB3-8558
Diffstat (limited to 'phpBB/install')
-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 bc76bf55b9..fbf1374346 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -56,6 +56,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('avatar_min_width',
INSERT INTO phpbb_config (config_name, config_value) VALUES ('avatar_path', 'images/avatars/upload');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('avatar_salt', 'phpbb_avatar');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_contact', 'contact@yourdomain.tld');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_contact_name', '');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_disable', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_disable_msg', '');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_email', 'address@yourdomain.tld');