diff options
author | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-07-13 13:10:21 -0400 |
---|---|---|
committer | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-07-13 13:10:21 -0400 |
commit | f2c6da39753e215fd1c61c41172d2efcc8bc2540 (patch) | |
tree | 481f7d376bf7c5df6889b03c3d26c04586af6503 /phpBB/install/schemas | |
parent | 87795eba55172ed43119dd0ee022db68cf3ba8f6 (diff) | |
download | forums-f2c6da39753e215fd1c61c41172d2efcc8bc2540.tar forums-f2c6da39753e215fd1c61c41172d2efcc8bc2540.tar.gz forums-f2c6da39753e215fd1c61c41172d2efcc8bc2540.tar.bz2 forums-f2c6da39753e215fd1c61c41172d2efcc8bc2540.tar.xz forums-f2c6da39753e215fd1c61c41172d2efcc8bc2540.zip |
[ticket/11687] Add assets_version to phpbb_config
PHPBB3-11687
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 a159534bb2..d03fdf9de4 100644 --- a/phpBB/install/schemas/schema_data.sql +++ b/phpBB/install/schemas/schema_data.sql @@ -39,6 +39,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_sig_pm', '1' INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_sig_smilies', '1'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_smilies', '1'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_topic_notify', '1'); +INSERT INTO phpbb_config (config_name, config_value) VALUES ('assets_version', '1'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('attachment_quota', '52428800'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('auth_bbcode_pm', '1'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('auth_flash_pm', '0'); |