aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/mssql_schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install/schemas/mssql_schema.sql')
-rw-r--r--phpBB/install/schemas/mssql_schema.sql6
1 files changed, 0 insertions, 6 deletions
diff --git a/phpBB/install/schemas/mssql_schema.sql b/phpBB/install/schemas/mssql_schema.sql
index 789505768b..a07eda57d7 100644
--- a/phpBB/install/schemas/mssql_schema.sql
+++ b/phpBB/install/schemas/mssql_schema.sql
@@ -1407,12 +1407,6 @@ ALTER TABLE [phpbb_ranks] WITH NOCHECK ADD
CONSTRAINT [DF_ranks__rank_special] DEFAULT (0) FOR [rank_special]
GO
-ALTER TABLE [phpbb_ratings] WITH NOCHECK ADD
- CONSTRAINT [DF_rating_post_id] DEFAULT (0) FOR [post_id],
- CONSTRAINT [DF_rating_user_id] DEFAULT (0) FOR [user_id],
- CONSTRAINT [DF_rating_rating] DEFAULT (0) FOR [rating]
-GO
-
ALTER TABLE [phpbb_reports] WITH NOCHECK ADD
CONSTRAINT [DF_report_reason_id] DEFAULT (0) FOR [reason_id],
CONSTRAINT [DF_report_post_id] DEFAULT (0) FOR [post_id],