You are here

function feedapi_update_6 in FeedAPI 5

File

./feedapi.install, line 241

Code

function feedapi_update_6() {
  $ret = array();
  $ret[] = update_sql("ALTER TABLE {feedapi} ADD COLUMN hash varchar(32)");
  return $ret;
}