mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
Change prune_enable default to 0 as per bug #498800
git-svn-id: file:///svn/phpbb/trunk@1833 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -115,7 +115,7 @@ CREATE TABLE phpbb_forums (
|
||||
forum_posts int4 DEFAULT '0' NOT NULL,
|
||||
forum_topics int4 DEFAULT '0' NOT NULL,
|
||||
forum_last_post_id int4 DEFAULT '0' NOT NULL,
|
||||
prune_enable int2 DEFAULT '1' NOT NULL,
|
||||
prune_enable int2 DEFAULT '0' NOT NULL,
|
||||
prune_next int,
|
||||
auth_view int2 DEFAULT '0' NOT NULL,
|
||||
auth_read int2 DEFAULT '0' NOT NULL,
|
||||
|
Reference in New Issue
Block a user