function uc_webform_update_7000 in Ubercart Webform Integration 7.3
Same name and namespace in other branches
- 7 uc_webform.install \uc_webform_update_7000()
- 7.2 uc_webform.install \uc_webform_update_7000()
File
- ./
uc_webform.install, line 53 - Contains install and update functions for uc_webform.
Code
function uc_webform_update_7000() {
$schema = uc_webform_schema();
db_create_table('uc_webform_submission', $schema['uc_webform_submission']);
}