You are here

function flag_lists_update_6100 in Flag Lists 6

File

./flag_lists.install, line 205
The Flag lists module install file.

Code

function flag_lists_update_6100() {

  // Remove primary key on flag_lists_types table.
  $ret = array();
  update_sql("ALTER TABLE {flag_lists_types} DROP PRIMARY KEY");
  return $ret;
}