You are here

function ds_extras_update_7004 in Display Suite 7

Implements hook_update_N().

File

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

Code

function ds_extras_update_7004() {
  $schema = ds_extras_schema();
  db_create_table('cache_ds_panels', $schema['cache_ds_panels']);
}