aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/oracle_schema.sql
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2012-04-04 18:28:36 -0400
committerOleg Pudeyev <oleg@bsdpower.com>2012-04-04 19:23:05 -0400
commit98964a913cb22761553d04170aa4830e324f7488 (patch)
tree5a7a841cdacae65ea59ab965dd9d718e9e62085e /phpBB/install/schemas/oracle_schema.sql
parentb1fb34a4d7e446768b9f66ba6dd359173cd2a5fb (diff)
downloadforums-98964a913cb22761553d04170aa4830e324f7488.tar
forums-98964a913cb22761553d04170aa4830e324f7488.tar.gz
forums-98964a913cb22761553d04170aa4830e324f7488.tar.bz2
forums-98964a913cb22761553d04170aa4830e324f7488.tar.xz
forums-98964a913cb22761553d04170aa4830e324f7488.zip
[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 commit b1fb34a4d7e446768b9f66ba6dd359173cd2a5fb, reversing changes made to 7d6b289671c51694f17dd5f9849abf2534b55e59. PHPBB3-10650
Diffstat (limited to 'phpBB/install/schemas/oracle_schema.sql')
-rw-r--r--phpBB/install/schemas/oracle_schema.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/install/schemas/oracle_schema.sql b/phpBB/install/schemas/oracle_schema.sql
index 0fe1eb9acb..8a0f3e56b1 100644
--- a/phpBB/install/schemas/oracle_schema.sql
+++ b/phpBB/install/schemas/oracle_schema.sql
@@ -522,7 +522,6 @@ CREATE TABLE phpbb_forums (
forum_options number(20) DEFAULT '0' NOT NULL,
display_subforum_list number(1) DEFAULT '1' NOT NULL,
display_on_index number(1) DEFAULT '1' NOT NULL,
- display_last_subject number(1) DEFAULT '1' NOT NULL,
enable_indexing number(1) DEFAULT '1' NOT NULL,
enable_icons number(1) DEFAULT '1' NOT NULL,
enable_prune number(1) DEFAULT '0' NOT NULL,