phpbb/phpBB/install/schemas
Andreas Fischer 36c1986986 [ticket/9545] Initial forum should display active topics by default.
The initial forum 'Your first forum' should show topics
(especially the 'Welcome to phpBB3' topic) in the active topics list after
installing phpBB because this is the default setting for new forums
(but not categories).

The default database column value for forum_flags is 32 =
FORUM_FLAG_POST_REVIEW, we therefore have to explicitly set forum_flags to
FORUM_FLAG_POST_REVIEW + FORUM_FLAG_ACTIVE_TOPICS = 48 for this forum.

PHPBB3-9545
2010-05-16 17:49:06 +02:00
..
firebird_schema.sql Bug #56545 - Speed up topic move operation by adding an index for topic_id on the topics track table. 2010-01-28 23:15:25 +00:00
index.htm Centralise install/upgrade/schemas ... make for easier removal and less cluter ... I think ... install needs to have it's template hard coded 2002-07-16 12:51:51 +00:00
mssql_schema.sql Support for Microsoft's Native SQL Server Driver for PHP - Patch by Chris Pucci at Microsoft [Bug #57055] 2010-02-11 00:02:51 +00:00
mysql_40_schema.sql Bug #56545 - Speed up topic move operation by adding an index for topic_id on the topics track table. 2010-01-28 23:15:25 +00:00
mysql_41_schema.sql Bug #56545 - Speed up topic move operation by adding an index for topic_id on the topics track table. 2010-01-28 23:15:25 +00:00
oracle_schema.sql Bug #56545 - Speed up topic move operation by adding an index for topic_id on the topics track table. 2010-01-28 23:15:25 +00:00
postgres_schema.sql Bug #56545 - Speed up topic move operation by adding an index for topic_id on the topics track table. 2010-01-28 23:15:25 +00:00
schema_data.sql [ticket/9545] Initial forum should display active topics by default. 2010-05-16 17:49:06 +02:00
sqlite_schema.sql Bug #56545 - Speed up topic move operation by adding an index for topic_id on the topics track table. 2010-01-28 23:15:25 +00:00