You are here

function uc_webform_update_7020 in Ubercart Webform Integration 7

Same name and namespace in other branches
  1. 7.3 uc_webform.install \uc_webform_update_7020()
  2. 7.2 uc_webform.install \uc_webform_update_7020()

File

./uc_webform.install, line 63
Contains install and update functions for uc_webform.

Code

function uc_webform_update_7020() {
  $schema = uc_webform_schema();
  db_change_field('uc_webform', 'webform_nid', 'webform_nid', $schema['uc_webform']['fields']['webform_nid']);
}