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