aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/postgres_schema.sql
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2012-04-04 19:24:47 -0400
committerOleg Pudeyev <oleg@bsdpower.com>2012-04-04 19:24:47 -0400
commitb3525cd83cba05927f71954601e8c380204fb19e (patch)
tree5a7a841cdacae65ea59ab965dd9d718e9e62085e /phpBB/install/schemas/postgres_schema.sql
parentb1fb34a4d7e446768b9f66ba6dd359173cd2a5fb (diff)
parent98964a913cb22761553d04170aa4830e324f7488 (diff)
downloadforums-b3525cd83cba05927f71954601e8c380204fb19e.tar
forums-b3525cd83cba05927f71954601e8c380204fb19e.tar.gz
forums-b3525cd83cba05927f71954601e8c380204fb19e.tar.bz2
forums-b3525cd83cba05927f71954601e8c380204fb19e.tar.xz
forums-b3525cd83cba05927f71954601e8c380204fb19e.zip
Merge branch 'ticket/10650' into develop
* ticket/10650: [ticket/10650] Revert merge of 'rahulr92/ticket/10650' into develop
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),