mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 20:08:55 +00:00
prune_enable re-added ... is it still required ... couldn't prune_freq be used as an indicator?
git-svn-id: file:///svn/phpbb/trunk@2926 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
f00afb8550
commit
d1564db4be
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ CREATE TABLE phpbb_forums (
|
||||||
forum_last_poster_name varchar(30),
|
forum_last_poster_name varchar(30),
|
||||||
display_on_index tinyint(1) DEFAULT '1' NOT NULL,
|
display_on_index tinyint(1) DEFAULT '1' NOT NULL,
|
||||||
post_count_inc tinyint(1) DEFAULT '1' NOT NULL,
|
post_count_inc tinyint(1) DEFAULT '1' NOT NULL,
|
||||||
|
prune_enable tinyint(1) DEFAULT '0' NOT NULL,
|
||||||
prune_next int(11) UNSIGNED,
|
prune_next int(11) UNSIGNED,
|
||||||
prune_days tinyint(4) UNSIGNED NOT NULL,
|
prune_days tinyint(4) UNSIGNED NOT NULL,
|
||||||
prune_freq tinyint(4) UNSIGNED DEFAULT '0' NOT NULL,
|
prune_freq tinyint(4) UNSIGNED DEFAULT '0' NOT NULL,
|
||||||
|
|
Loading…
Add table
Reference in a new issue