mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
fea95cdb49
Take the existing unique index on (user, event) and make it the PK. Bug: T136428 Change-Id: I659953d80bf3bcf3a6303fa6e09aefed2ecb1987
4 lines
147 B
SQL
4 lines
147 B
SQL
DROP INDEX /*i*/user_event ON /*_*/echo_notification;
|
|
|
|
ALTER TABLE /*_*/echo_notification ADD PRIMARY KEY (notification_user, notification_event);
|