function iframe_update_7100 in Iframe 7
Update 7100 : add new column "tokensupport"
File
- ./
iframe.install, line 132  - Install, update and uninstall functions for the text module.
 
Code
function iframe_update_7100() {
  $spec = array(
    'type' => 'int',
    'size' => 'tiny',
    'not null' => TRUE,
    'default' => 0,
  );
  iframe_addorchange_column('tokensupport', $spec);
}