mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-17 16:58:51 +00:00
[ticket/12150] Add prune columns to schema files and migration file
PHPBB3-12150
This commit is contained in:
parent
3c7ff1c417
commit
a7abf8218d
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ class prune_shadow_topics extends \phpbb\db\migration\migration
|
||||||
'enable_shadow_topic_prune' => array('BOOL', 0, 'after' => 'prune_freq'),
|
'enable_shadow_topic_prune' => array('BOOL', 0, 'after' => 'prune_freq'),
|
||||||
'prune_shadow_topic_days' => array('UINT', 7, 'after' => 'enable_shadow_topic_prune'),
|
'prune_shadow_topic_days' => array('UINT', 7, 'after' => 'enable_shadow_topic_prune'),
|
||||||
'prune_shadow_topic_freq' => array('UINT', 1, 'after' => 'prune_shadow_topic_freq'),
|
'prune_shadow_topic_freq' => array('UINT', 1, 'after' => 'prune_shadow_topic_freq'),
|
||||||
|
'prune_shadow_topic_next' => array('INT:11', 0, 'after' => 'prune_shadow_topic_freq'),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue