build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 and make pass
[lhc/web/wiklou.git] / maintenance / archives / patch-watchlist-user-notificationtimestamp-index.sql
1 --
2 -- Creates the wl_user_notificationtimestamp index for the watchlist table
3 --
4 CREATE INDEX /*i*/wl_user_notificationtimestamp ON /*_*/watchlist (wl_user, wl_notificationtimestamp);