You are here

function ds_extras_update_7001 in Display Suite 7

Implements hook_update_N().

File

modules/ds_extras/ds_extras.install, line 155
Install file.

Code

function ds_extras_update_7001() {
  db_change_field('ds_vd', 'vd', 'vd', array(
    'description' => 'The primary identifier for the views display.',
    'type' => 'varchar',
    'length' => 128,
    'not null' => TRUE,
    'default' => '',
  ));
}