1
0
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:
Meik Sievertsen
2005-04-22 17:44:36 +00:00
parent f0d7d05888
commit d1f3349f7b
8 changed files with 1145 additions and 474 deletions

View File

@@ -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],