mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
2334f63c2c
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
2 lines
79 B
SQL
2 lines
79 B
SQL
ALTER TABLE {$NAMESPACE}_token.token_count
|
|
ADD KEY `key_count` (tokenCount);
|