You are here

function yamlform_update_8016 in YAML Form 8

Issue #2749063: Load form submission data using EAV table. Remove yamlform_submission.data field.

File

includes/yamlform.update.inc, line 487
YAML Form module update hooks.

Code

function yamlform_update_8016() {
  db_drop_field('yamlform_submission', 'data');
}