You are here

function userpoints_update_6009 in User Points 6

File

./userpoints.install, line 246

Code

function userpoints_update_6009() {
  $ret = array();
  db_add_index($ret, 'userpoints', 'uid_tid', array(
    'uid',
    'tid',
  ));
  return $ret;
}