You are here

function notifications_update_6004 in Notifications 6.4

Same name and namespace in other branches
  1. 6.2 notifications.install \notifications_update_6004()
  2. 6.3 notifications.install \notifications_update_6004()

Just rebuild schema

File

./notifications.install, line 406

Code

function notifications_update_6004() {
  drupal_get_schema(NULL, TRUE);
  return array();
}