You are here

function feedapi_update_8 in FeedAPI 5

File

./feedapi.install, line 264

Code

function feedapi_update_8() {
  $ret = array();
  $ret[] = update_sql("ALTER TABLE {feedapi} DROP COLUMN update_existing");
  return $ret;
}