mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-12-03 11:57:13 +00:00
4 lines
197 B
MySQL
4 lines
197 B
MySQL
|
-- Rename index to match table prefix - T306473
|
||
|
DROP INDEX /*i*/echo_push_subscription_user_id ON /*_*/echo_push_subscription;
|
||
|
CREATE INDEX /*i*/eps_user ON /*_*/echo_push_subscription (eps_user);
|