aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/mssql_schema.sql
diff options
context:
space:
mode:
authorRahul <rahulr92@phpbb.com>2012-03-25 01:39:34 +0530
committerRahul R <rahulr92@gmail.com>2012-04-08 10:32:40 +0530
commit668e47721c3566667c07c6892dcd2d55012e43b3 (patch)
treec9cce1d3702a33f6b2032516dc7935b7356e4bd3 /phpBB/install/schemas/mssql_schema.sql
parent9b30bd639201ffbbf1d1b3ae32fda7e75d3253dd (diff)
downloadforums-668e47721c3566667c07c6892dcd2d55012e43b3.tar
forums-668e47721c3566667c07c6892dcd2d55012e43b3.tar.gz
forums-668e47721c3566667c07c6892dcd2d55012e43b3.tar.bz2
forums-668e47721c3566667c07c6892dcd2d55012e43b3.tar.xz
forums-668e47721c3566667c07c6892dcd2d55012e43b3.zip
[ticket/10650] Added static sql files
Ran create_schema_files.php and added the generated static sql files to the commit. PHPBB3-10650
Diffstat (limited to 'phpBB/install/schemas/mssql_schema.sql')
-rw-r--r--phpBB/install/schemas/mssql_schema.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/schemas/mssql_schema.sql b/phpBB/install/schemas/mssql_schema.sql
index 2c78dd009f..90a9563760 100644
--- a/phpBB/install/schemas/mssql_schema.sql
+++ b/phpBB/install/schemas/mssql_schema.sql
@@ -455,6 +455,7 @@ CREATE TABLE [phpbb_forums] (
[forum_options] [int] DEFAULT (0) NOT NULL ,
[display_subforum_list] [int] DEFAULT (1) NOT NULL ,
[display_on_index] [int] DEFAULT (1) NOT NULL ,
+ [display_last_subject] [int] DEFAULT (1) NOT NULL ,
[enable_indexing] [int] DEFAULT (1) NOT NULL ,
[enable_icons] [int] DEFAULT (1) NOT NULL ,
[enable_prune] [int] DEFAULT (0) NOT NULL ,