function yamlform_update_8026 in YAML Form 8
Issue #2767637: Allow table columns to be customized.
File
- includes/
yamlform.update.inc, line 660 - YAML Form module update hooks.
Code
function yamlform_update_8026(&$sandbox) {
// Remove broken form export settings.
db_query("DELETE FROM {key_value} WHERE collection='state' AND name LIKE 'yamlform%'");
}