aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/postgres_schema.sql
diff options
context:
space:
mode:
authorRahul R <rahulr92@gmail.com>2012-04-06 01:07:23 +0530
committerRahul R <rahulr92@gmail.com>2012-04-08 10:34:44 +0530
commitc524236ef6d84f6ef78f684aeb7bb469ca844db4 (patch)
tree8535fbc94dbd87e8492be685da808cd1ee46da81 /phpBB/install/schemas/postgres_schema.sql
parent2a8481d68188480061e9769711195091f05f7134 (diff)
downloadforums-c524236ef6d84f6ef78f684aeb7bb469ca844db4.tar
forums-c524236ef6d84f6ef78f684aeb7bb469ca844db4.tar.gz
forums-c524236ef6d84f6ef78f684aeb7bb469ca844db4.tar.bz2
forums-c524236ef6d84f6ef78f684aeb7bb469ca844db4.tar.xz
forums-c524236ef6d84f6ef78f684aeb7bb469ca844db4.zip
[ticket/10650] Changed acp option from per forum to global
Changed the display last subject acp toggle option from per forum to global. Modified associated database entries. New option is available in ACP General->Board Features. Also corrected <br /> in forumlist_body.html. PHPBB3-10650
Diffstat (limited to 'phpBB/install/schemas/postgres_schema.sql')
-rw-r--r--phpBB/install/schemas/postgres_schema.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/install/schemas/postgres_schema.sql b/phpBB/install/schemas/postgres_schema.sql
index 91e5629791..c624024362 100644
--- a/phpBB/install/schemas/postgres_schema.sql
+++ b/phpBB/install/schemas/postgres_schema.sql
@@ -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),