function wysiwyg_template_update_7205 in Wysiwyg API template plugin 7.2
Add the format table field
File
- ./
wysiwyg_template.install, line 209
Code
function wysiwyg_template_update_7205() {
$schema = wysiwyg_template_schema();
db_add_field('wysiwyg_templates', 'format', $schema['wysiwyg_templates']['fields']['format']);
}