From a7abf8218dd8440926549df1f5659820f05fd76a Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Fri, 31 Jan 2014 22:37:27 +0100 Subject: [PATCH] [ticket/12150] Add prune columns to schema files and migration file PHPBB3-12150 --- phpBB/phpbb/db/migration/data/v310/prune_shadow_topics.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/phpbb/db/migration/data/v310/prune_shadow_topics.php b/phpBB/phpbb/db/migration/data/v310/prune_shadow_topics.php index 0aca897946..0cf9981c14 100644 --- a/phpBB/phpbb/db/migration/data/v310/prune_shadow_topics.php +++ b/phpBB/phpbb/db/migration/data/v310/prune_shadow_topics.php @@ -24,6 +24,7 @@ class prune_shadow_topics extends \phpbb\db\migration\migration '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_freq' => array('UINT', 1, 'after' => 'prune_shadow_topic_freq'), + 'prune_shadow_topic_next' => array('INT:11', 0, 'after' => 'prune_shadow_topic_freq'), ), ), );