function notifications_update_6004 in Notifications 6.3
Same name and namespace in other branches
- 6.4 notifications.install \notifications_update_6004()
- 6.2 notifications.install \notifications_update_6004()
Just rebuild schema
File
- ./
notifications.install, line 376
Code
function notifications_update_6004() {
drupal_get_schema(NULL, TRUE);
return array();
}