diff options
| author | Igor Wiedler <igor@wiedler.ch> | 2011-10-29 13:03:04 +0200 |
|---|---|---|
| committer | Igor Wiedler <igor@wiedler.ch> | 2011-10-29 13:03:04 +0200 |
| commit | 72a3bcd0484460d2aeb5610762e162ca30f24263 (patch) | |
| tree | 071c631f6c057bd225b43cb7cc4af27f44dc725a /phpBB/install/schemas | |
| parent | 5351195dd7430eb67dfa01ee76d7210f97881ebc (diff) | |
| parent | 6d913d36466a308333535963f682c07b76df9369 (diff) | |
| download | forums-72a3bcd0484460d2aeb5610762e162ca30f24263.tar forums-72a3bcd0484460d2aeb5610762e162ca30f24263.tar.gz forums-72a3bcd0484460d2aeb5610762e162ca30f24263.tar.bz2 forums-72a3bcd0484460d2aeb5610762e162ca30f24263.tar.xz forums-72a3bcd0484460d2aeb5610762e162ca30f24263.zip | |
Merge branch 'develop-olympus' into develop
* develop-olympus:
[ticket/9307] Add config variable to installation schema.
[ticket/9307] Remove hardcoded chunk size of mass emails.
Conflicts:
phpBB/install/database_update.php
Diffstat (limited to 'phpBB/install/schemas')
| -rw-r--r-- | phpBB/install/schemas/schema_data.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql index 843d6daaa7..8ba529e328 100644 --- a/phpBB/install/schemas/schema_data.sql +++ b/phpBB/install/schemas/schema_data.sql @@ -94,6 +94,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('delete_time', '0') INSERT INTO phpbb_config (config_name, config_value) VALUES ('email_check_mx', '1'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('email_enable', '1'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('email_function_name', 'mail'); +INSERT INTO phpbb_config (config_name, config_value) VALUES ('email_max_chunk_size', '50'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('email_package_size', '20'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('enable_confirm', '1'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('enable_pm_icons', '1'); |
