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:
Bryan Cuccioli
2013-04-01 08:15:23 -07:00
committed by epriestley
parent cdcd49e4ee
commit 2334f63c2c
3 changed files with 11 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE {$NAMESPACE}_token.token_count
ADD KEY `key_count` (tokenCount);