mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +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:
@@ -398,7 +398,6 @@ CREATE TABLE phpbb_forums (
|
||||
forum_options INT4 DEFAULT '0' NOT NULL CHECK (forum_options >= 0),
|
||||
display_subforum_list INT2 DEFAULT '1' NOT NULL CHECK (display_subforum_list >= 0),
|
||||
display_on_index INT2 DEFAULT '1' NOT NULL CHECK (display_on_index >= 0),
|
||||
display_last_subject INT2 DEFAULT '1' NOT NULL CHECK (display_last_subject >= 0),
|
||||
enable_indexing INT2 DEFAULT '1' NOT NULL CHECK (enable_indexing >= 0),
|
||||
enable_icons INT2 DEFAULT '1' NOT NULL CHECK (enable_icons >= 0),
|
||||
enable_prune INT2 DEFAULT '0' NOT NULL CHECK (enable_prune >= 0),
|
||||
|
Reference in New Issue
Block a user