You are here

function comment_og_update_6100 in Comment OG 6

Implement hook_update_N().

File

./comment_og.install, line 57
Installation hooks for comment_og.

Code

function comment_og_update_6100(&$sandbox) {
  $ret = array();
  $ret = array_merge($ret, drupal_install_schema('comment_og'));
  return $ret;
}