You are here

function notifications_custom_update_6001 in Notifications 6.4

Add default to module field

File

notifications_custom/notifications_custom.install, line 142
Install, update and uninstall functions for the notifications_custom module.

Code

function notifications_custom_update_6001() {
  $ret = array();
  db_field_set_default($ret, 'notifications_custom', 'module', '');
  return $ret;
}