You are here

function flag_update_6004 in Flag 6

Same name and namespace in other branches
  1. 6.2 flag.install \flag_update_6004()

Add auto-increment to the flags.fid column for users upgrading from Drupal 5.

File

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

Code

function flag_update_6004() {

  // Update removed and included in flag_update_6000()
  return array();
}