You are here

function rotor_update_6201 in Rotor Banner 7

Same name and namespace in other branches
  1. 6.2 rotor.install \rotor_update_6201()

File

./rotor.install, line 148
Provides install and uninstall functions for rotor.

Code

function rotor_update_6201() {
  $ret = array();
  db_add_index($ret, 'rotor_item', 'rotor_item_fid', array(
    'fid',
  ));
  return $ret;
}