function notifications_update_6009 in Notifications 6.4
Update notifications_sent table
File
- ./
notifications.install, line 451
Code
function notifications_update_6009() {
$ret = array();
db_add_primary_key($ret, 'notifications_sent', array(
'mdid',
'send_interval',
));
return $ret;
}