aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2014-03-30 13:06:18 +0200
committerMarc Alexander <admin@m-a-styles.de>2014-03-30 13:06:18 +0200
commit1812d3ce99b88bbde130c2fff2c9363198baea5f (patch)
tree8e0bd691fff9d1c36126ec7a2abfbc82989fd6ca /phpBB/install
parenta7c037520b9e5844b584e1eccad4318709ec2b71 (diff)
downloadforums-1812d3ce99b88bbde130c2fff2c9363198baea5f.tar
forums-1812d3ce99b88bbde130c2fff2c9363198baea5f.tar.gz
forums-1812d3ce99b88bbde130c2fff2c9363198baea5f.tar.bz2
forums-1812d3ce99b88bbde130c2fff2c9363198baea5f.tar.xz
forums-1812d3ce99b88bbde130c2fff2c9363198baea5f.zip
[ticket/12150] Update schema files for prune shadow topics
PHPBB3-12150
Diffstat (limited to 'phpBB/install')
-rw-r--r--phpBB/install/schemas/schema.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/phpBB/install/schemas/schema.json b/phpBB/install/schemas/schema.json
index 15d2fd6e84..3d819e19b9 100644
--- a/phpBB/install/schemas/schema.json
+++ b/phpBB/install/schemas/schema.json
@@ -800,6 +800,26 @@
"UINT:20",
0
],
+ "enable_shadow_prune": {
+ "0": "BOOL",
+ "1": 0,
+ "after": "prune_freq"
+ },
+ "prune_shadow_days": {
+ "0": "UINT",
+ "1": 7,
+ "after": "enable_shadow_prune"
+ },
+ "prune_shadow_freq": {
+ "0": "UINT",
+ "1": 1,
+ "after": "prune_shadow_freq"
+ },
+ "prune_shadow_next": {
+ "0": "INT:11",
+ "1": 0,
+ "after": "prune_shadow_freq"
+ },
"forum_posts_approved": [
"UINT",
0