This will allow searching on user id instead of just the name. This is how ContribsPager, LogPager, ... all work already. Bug: T160415 Change-Id: I4db7bd0f917a428f40eb315246f89d49c7ae5b6a
1 line
77 B
SQL
1 line
77 B
SQL
CREATE INDEX /*i*/img_user_timestamp ON /*_*/image (img_user,img_timestamp);
|