mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-20 23:41:29 +02:00
[ticket/11103] Remove Primary Key on user_notifications table
PHPBB3-11103
This commit is contained in:
@@ -1252,8 +1252,6 @@ CREATE TABLE phpbb_user_notifications (
|
||||
notify INTEGER DEFAULT 1 NOT NULL
|
||||
);;
|
||||
|
||||
ALTER TABLE phpbb_user_notifications ADD PRIMARY KEY (item_type, item_id, user_id, method);;
|
||||
|
||||
|
||||
# Table: 'phpbb_user_group'
|
||||
CREATE TABLE phpbb_user_group (
|
||||
|
Reference in New Issue
Block a user