You are here

function commons_posts_update_7001 in Drupal Commons 7.3

Provide a new "User posted [title]" message type for posts.

File

modules/commons/commons_posts/commons_posts.install, line 33

Code

function commons_posts_update_7001() {
  $revert = array(
    'commons_posts' => array(
      'message_type',
      'field_instance',
    ),
  );
  features_revert($revert);
  return array();
}