mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12150] Update schema files for prune shadow topics
PHPBB3-12150
This commit is contained in:
parent
a7c037520b
commit
1812d3ce99
1 changed files with 20 additions and 0 deletions
|
@ -800,6 +800,26 @@
|
||||||
"UINT:20",
|
"UINT:20",
|
||||||
0
|
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": [
|
"forum_posts_approved": [
|
||||||
"UINT",
|
"UINT",
|
||||||
0
|
0
|
||||||
|
|
Loading…
Add table
Reference in a new issue