mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-22 08:13:14 +02:00
[ticket/11103] Remove Primary Key on user_notifications table
PHPBB3-11103
This commit is contained in:
@@ -1650,8 +1650,7 @@ CREATE TABLE phpbb_user_notifications (
|
||||
item_id number(8) DEFAULT '0' NOT NULL,
|
||||
user_id number(8) DEFAULT '0' NOT NULL,
|
||||
method varchar2(255) DEFAULT '' ,
|
||||
notify number(1) DEFAULT '1' NOT NULL,
|
||||
CONSTRAINT pk_phpbb_user_notifications PRIMARY KEY (item_type, item_id, user_id, method)
|
||||
notify number(1) DEFAULT '1' NOT NULL
|
||||
)
|
||||
/
|
||||
|
||||
|
Reference in New Issue
Block a user