mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 18:26:32 +02:00
[ticket/12150] Use shorter column names for prune settings
All columns were renamed from having prune_shadow_topics as namebase to just prune_shadow. A missing column was also added to the migration file's remove_schema() method. PHPBB3-12150
This commit is contained in:
@@ -27,9 +27,9 @@ class phpbb_functional_prune_shadow_topic_test extends phpbb_functional_test_cas
|
||||
$crawler = self::submit($form);
|
||||
$form = $crawler->selectButton('update')->form(array(
|
||||
'forum_perm_from' => 2,
|
||||
'enable_shadow_topic_prune' => true,
|
||||
'prune_shadow_topic_freq' => 1,
|
||||
'prune_shadow_topic_days' => 1,
|
||||
'enable_shadow_prune' => true,
|
||||
'prune_shadow_freq' => 1,
|
||||
'prune_shadow_days' => 1,
|
||||
));
|
||||
$crawler = self::submit($form);
|
||||
}
|
||||
|
Reference in New Issue
Block a user