diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-10-04 23:38:42 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-10-04 23:38:42 +0000 |
commit | d1564db4be10ac972bf67f83d64c34f66fb8f4c2 (patch) | |
tree | a76b5d705dcccfe6eabe002c34762c3dee1673eb /phpBB | |
parent | f00afb85508507abb47f38538f5f7453058edeee (diff) | |
download | forums-d1564db4be10ac972bf67f83d64c34f66fb8f4c2.tar forums-d1564db4be10ac972bf67f83d64c34f66fb8f4c2.tar.gz forums-d1564db4be10ac972bf67f83d64c34f66fb8f4c2.tar.bz2 forums-d1564db4be10ac972bf67f83d64c34f66fb8f4c2.tar.xz forums-d1564db4be10ac972bf67f83d64c34f66fb8f4c2.zip |
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
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/install/schemas/mysql_schema.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/schemas/mysql_schema.sql b/phpBB/install/schemas/mysql_schema.sql index cc2a253bac..9f30fbbd61 100644 --- a/phpBB/install/schemas/mysql_schema.sql +++ b/phpBB/install/schemas/mysql_schema.sql @@ -150,6 +150,7 @@ CREATE TABLE phpbb_forums ( forum_last_poster_name varchar(30), display_on_index 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_days tinyint(4) UNSIGNED NOT NULL, prune_freq tinyint(4) UNSIGNED DEFAULT '0' NOT NULL, |