You are here

function flag_update_6205 in Flag 6.2

Same name and namespace in other branches
  1. 7.3 flag.install \flag_update_6205()
  2. 7.2 flag.install \flag_update_6205()

Provide a better index on the flag_content table to include 'uid' and 'sid'.

File

./flag.install, line 613
Flag module install/schema/update hooks.

Code

function flag_update_6205() {

  // This update has been removed and corrected in flag_update_6206.
  // See http://drupal.org/node/1105490.
  return array();
}