You are here

function notifications_update_6008 in Notifications 6.4

Update notifications_sent table. Not needed anymore.

File

./notifications.install, line 444

Code

function notifications_update_6008() {
  return array();
}