mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 03:34:04 +02:00
[ticket/10650] Revert merge of 'rahulr92/ticket/10650' into develop
The pull request (#654) was merged a little too quickly. In particular, display_last_subject per-forum option needs consensus. This reverts commitb1fb34a4d7
, reversing changes made to7d6b289671
. PHPBB3-10650
This commit is contained in:
@@ -455,7 +455,6 @@ CREATE TABLE [phpbb_forums] (
|
||||
[forum_options] [int] DEFAULT (0) NOT NULL ,
|
||||
[display_subforum_list] [int] DEFAULT (1) NOT NULL ,
|
||||
[display_on_index] [int] DEFAULT (1) NOT NULL ,
|
||||
[display_last_subject] [int] DEFAULT (1) NOT NULL ,
|
||||
[enable_indexing] [int] DEFAULT (1) NOT NULL ,
|
||||
[enable_icons] [int] DEFAULT (1) NOT NULL ,
|
||||
[enable_prune] [int] DEFAULT (0) NOT NULL ,
|
||||
|
Reference in New Issue
Block a user