function flag_update_6205 in Flag 7.3
Same name and namespace in other branches
- 6.2 flag.install \flag_update_6205()
- 7.2 flag.install \flag_update_6205()
Provide a better index on the flag_content table including 'uid' and 'sid'.
File
- ./
flag.install, line 364 - 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.
}