You are here

function webform_protected_downloads_update_6001 in Webform Protected Downloads 6

File

./webform_protected_downloads.install, line 158

Code

function webform_protected_downloads_update_6001() {
  $ret = array();
  db_add_field($ret, 'wpd_node_configuration', 'mail_from', array(
    'description' => 'The from address for the confimation mail',
    'type' => 'varchar',
    'length' => 255,
  ));
  return $ret;
}