mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
- dbal changes
git-svn-id: file:///svn/phpbb/trunk@5130 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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],
|
||||
|
Reference in New Issue
Block a user