You are here

function flash_update_2 in Flash Node 5

File

./flash.install, line 46

Code

function flash_update_2() {
  $ret = array();
  $ret[] = update_sql('ALTER TABLE {flash} DROP fid;');
  return $ret;
}