aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2014-01-31 22:37:27 +0100
committerMarc Alexander <admin@m-a-styles.de>2014-03-29 21:56:14 +0100
commita7abf8218dd8440926549df1f5659820f05fd76a (patch)
treeca2827cfc7cdf09102b3298b40f88cbbb6970d69
parent3c7ff1c417bd57ab71057fa3d880d58f1ee65f2a (diff)
downloadforums-a7abf8218dd8440926549df1f5659820f05fd76a.tar
forums-a7abf8218dd8440926549df1f5659820f05fd76a.tar.gz
forums-a7abf8218dd8440926549df1f5659820f05fd76a.tar.bz2
forums-a7abf8218dd8440926549df1f5659820f05fd76a.tar.xz
forums-a7abf8218dd8440926549df1f5659820f05fd76a.zip
[ticket/12150] Add prune columns to schema files and migration file
PHPBB3-12150
-rw-r--r--phpBB/phpbb/db/migration/data/v310/prune_shadow_topics.php1
1 files changed, 1 insertions, 0 deletions
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'),
),
),
);