mirror of
https://github.com/moodle/moodle.git
synced 2025-03-21 16:10:15 +01:00
Without this index every webservice call will do a full table scan when it tries to validate a token. On a busy site with many tokens this adds unnecessary load to the database.