wiki.techinc.nl/maintenance/archives/patch-watchlist-user-notificationtimestamp-index.sql
Brad Jorsch c396f11ab3 Add wl_user_notificationtimestamp index
Bug: 65246
Change-Id: If3e9e855c8a21874ca69c4976af207833dcc53f2
2014-06-04 06:05:38 +00:00

4 lines
184 B
SQL

--
-- Creates the wl_user_notificationtimestamp index for the watchlist table
--
CREATE INDEX /*i*/wl_user_notificationtimestamp ON /*_*/watchlist (wl_user, wl_notificationtimestamp);