diff options
author | Tabitha Backoff <t_backoff@yahoo.com> | 2013-03-28 17:53:14 -0400 |
---|---|---|
committer | Tabitha Backoff <t_backoff@yahoo.com> | 2013-03-28 17:53:14 -0400 |
commit | a8f5695666229512ccd5d122daa0a7ad7004015b (patch) | |
tree | a1786a860aaab7605d74dfda4b12b3c977579e0a /phpBB/install | |
parent | 9e5cde7f668a614ff74dc15d9c72df48dd114dbc (diff) | |
download | forums-a8f5695666229512ccd5d122daa0a7ad7004015b.tar forums-a8f5695666229512ccd5d122daa0a7ad7004015b.tar.gz forums-a8f5695666229512ccd5d122daa0a7ad7004015b.tar.bz2 forums-a8f5695666229512ccd5d122daa0a7ad7004015b.tar.xz forums-a8f5695666229512ccd5d122daa0a7ad7004015b.zip |
Migration file and change board_home_text to board_index_text
Diffstat (limited to 'phpBB/install')
-rw-r--r-- | phpBB/install/schemas/schema_data.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql index 62f9618364..8a8740a220 100644 --- a/phpBB/install/schemas/schema_data.sql +++ b/phpBB/install/schemas/schema_data.sql @@ -59,7 +59,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_email', 'add INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_email_form', '0'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_email_sig', '{L_CONFIG_BOARD_EMAIL_SIG}'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_hide_emails', '1'); -INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_home_text', ''); +INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_index_text', ''); INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_timezone', 'UTC'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('browser_check', '1'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('bump_interval', '10'); |