mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
617cd3d29e
So we can easily query the notification rows that belong to a given event row. This is needed for the removeOrphanedEvents maintenance script to run efficiently. Change-Id: I99fc31a62b37259d7000577583c8e8a599e400f9
2 lines
90 B
SQL
2 lines
90 B
SQL
CREATE INDEX /*i*/echo_notification_event ON /*_*/echo_notification (notification_event);
|