You are here

function userpoints_update_3 in User Points 6

Same name and namespace in other branches
  1. 5.3 userpoints.install \userpoints_update_3()
  2. 5 userpoints.install \userpoints_update_3()
  3. 5.2 userpoints.install \userpoints_update_3()

File

./userpoints.install, line 198

Code

function userpoints_update_3() {
  $ret = array();
  db_add_field($ret, 'userpoints_txn', 'description', array(
    'type' => 'text',
  ));
  return $ret;
}