You are here

function google_adwords_update_6001 in Google AdWords Conversion Tracking 6

File

./google_adwords.install, line 85

Code

function google_adwords_update_6001() {
  $ret = array();
  db_add_field($ret, 'google_adwords', 'format', array(
    'type' => 'varchar',
    'length' => 10,
  ));
  db_add_field($ret, 'google_adwords', 'color', array(
    'type' => 'varchar',
    'length' => 10,
  ));
  return $ret;
}