mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/11103] Remove Primary Key on user_notifications table
PHPBB3-11103
This commit is contained in:
@@ -1538,16 +1538,6 @@ CREATE TABLE [phpbb_user_notifications] (
|
||||
) ON [PRIMARY]
|
||||
GO
|
||||
|
||||
ALTER TABLE [phpbb_user_notifications] WITH NOCHECK ADD
|
||||
CONSTRAINT [PK_phpbb_user_notifications] PRIMARY KEY CLUSTERED
|
||||
(
|
||||
[item_type],
|
||||
[item_id],
|
||||
[user_id],
|
||||
[method]
|
||||
) ON [PRIMARY]
|
||||
GO
|
||||
|
||||
|
||||
/*
|
||||
Table: 'phpbb_user_group'
|
||||
|
Reference in New Issue
Block a user