Issue #1348758 by drewish: Fixed Add an index to {users}.picture so user_file_delete() isn't insanely slow.

8.0.x
catch 2012-04-27 13:02:56 +09:00
parent db8913a7c3
commit 78e0de2758
1 changed files with 1 additions and 0 deletions

View File

@ -243,6 +243,7 @@ function user_schema() {
'access' => array('access'),
'created' => array('created'),
'mail' => array('mail'),
'picture' => array('picture'),
),
'unique keys' => array(
'name' => array('name'),