aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/db/schemas/mssql_schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/db/schemas/mssql_schema.sql')
-rw-r--r--phpBB/db/schemas/mssql_schema.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/db/schemas/mssql_schema.sql b/phpBB/db/schemas/mssql_schema.sql
index dd92f7e3a5..c9243c1241 100644
--- a/phpBB/db/schemas/mssql_schema.sql
+++ b/phpBB/db/schemas/mssql_schema.sql
@@ -287,6 +287,7 @@ CREATE TABLE [phpbb_topics] (
[topic_status] [smallint] NOT NULL ,
[topic_type] [smallint] NOT NULL ,
[topic_vote] [smallint] NOT NULL ,
+ [topic_first_post_id] [int] NULL ,
[topic_last_post_id] [int] NULL ,
[topic_moved_id] [int] NULL
) ON [PRIMARY]