You are here

function uc_webform_update_7010 in Ubercart Webform Integration 7

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

File

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

Code

function uc_webform_update_7010() {
  $schema = uc_webform_schema();
  db_add_field('uc_webform', 'submit', $schema['uc_webform']['fields']['submit']);
}