diff options
author | Nils Adermann <naderman@naderman.de> | 2008-02-03 22:55:10 +0000 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2008-02-03 22:55:10 +0000 |
commit | cc24876726854e2e799651b1d7e40e54a2c0375b (patch) | |
tree | ae879ed244bb88ee3d4e3386f1cf45109ac63d70 /phpBB/install/schemas/firebird_schema.sql | |
parent | efdb743f60b9df2f5a151cd56ba3c45007cdedc8 (diff) | |
download | forums-cc24876726854e2e799651b1d7e40e54a2c0375b.tar forums-cc24876726854e2e799651b1d7e40e54a2c0375b.tar.gz forums-cc24876726854e2e799651b1d7e40e54a2c0375b.tar.bz2 forums-cc24876726854e2e799651b1d7e40e54a2c0375b.tar.xz forums-cc24876726854e2e799651b1d7e40e54a2c0375b.zip |
merging r8373 into 3.0 branch: adding a new option to hide the entire list of subforums on listforums
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8374 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/schemas/firebird_schema.sql')
-rw-r--r-- | phpBB/install/schemas/firebird_schema.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/schemas/firebird_schema.sql b/phpBB/install/schemas/firebird_schema.sql index 686c59184b..3e0d981ed0 100644 --- a/phpBB/install/schemas/firebird_schema.sql +++ b/phpBB/install/schemas/firebird_schema.sql @@ -362,6 +362,7 @@ CREATE TABLE phpbb_forums ( forum_last_poster_name VARCHAR(255) CHARACTER SET UTF8 DEFAULT '' NOT NULL COLLATE UNICODE, forum_last_poster_colour VARCHAR(6) CHARACTER SET NONE DEFAULT '' NOT NULL, forum_flags INTEGER DEFAULT 32 NOT NULL, + display_subforum_list INTEGER DEFAULT 1 NOT NULL, display_on_index INTEGER DEFAULT 1 NOT NULL, enable_indexing INTEGER DEFAULT 1 NOT NULL, enable_icons INTEGER DEFAULT 1 NOT NULL, |