aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-05-12 20:03:49 +0200
committerTristan Darricau <github@nicofuma.fr>2014-05-28 22:19:19 +0200
commit629c47acfefd844eeb996a650a94f4c6e34045bf (patch)
treeed346d4db6ddf23a1c61c4eb908e938b524b9a43 /phpBB/install/schemas
parent73cdfae42bce9de97c662fba84fb6592aa810326 (diff)
downloadforums-629c47acfefd844eeb996a650a94f4c6e34045bf.tar
forums-629c47acfefd844eeb996a650a94f4c6e34045bf.tar.gz
forums-629c47acfefd844eeb996a650a94f4c6e34045bf.tar.bz2
forums-629c47acfefd844eeb996a650a94f4c6e34045bf.tar.xz
forums-629c47acfefd844eeb996a650a94f4c6e34045bf.zip
[ticket/11366] Add config value in schema_data.sql
PHPBB3-11366
Diffstat (limited to 'phpBB/install/schemas')
-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 82cf4d8418..7afed448ad 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -97,6 +97,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('display_last_edite
INSERT INTO phpbb_config (config_name, config_value) VALUES ('display_last_subject', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('display_order', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('edit_time', '0');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('extension_force_unstable', '0');
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');