Paginate token leader board.
Summary: Add pagination to leader board. Add key on token count in db. Test Plan: Set page size to 1 and give tokens to two tasks. Reviewers: epriestley, AnhNhan Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D5513
This commit is contained in:
committed by
epriestley
parent
cdcd49e4ee
commit
2334f63c2c
2
resources/sql/patches/20130321.token.sql
Normal file
2
resources/sql/patches/20130321.token.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE {$NAMESPACE}_token.token_count
|
||||
ADD KEY `key_count` (tokenCount);
|
||||
Reference in New Issue
Block a user