You are here

function panopoly_widgets_update_7009 in Panopoly Widgets 7

Make sure the new 'field_basic_spotlight_duration' gets created.

File

./panopoly_widgets.install, line 278
An installation file for Panopoly Widgets

Code

function panopoly_widgets_update_7009() {
  features_revert(array(
    'panopoly_widgets' => array(
      'field_base',
      'field_instance',
    ),
  ));
}