Skip to content
Snippets Groups Projects
Commit 80700233 authored by jaapjansma's avatar jaapjansma
Browse files

update cron events

parent 6d566119
No related branches found
No related tags found
No related merge requests found
......@@ -86,4 +86,4 @@ VALUES
('deleted_tag', 'Tag is deleted', 'Tag', 'delete', null, CURDATE(), 1);
INSERT INTO civirule_event (name, label, object_name, op, cron, class_name, created_date, created_user_id)
VALUES ('birthday', 'Individual has birthday', null, null, 1, null, CURDATE(), 1);
VALUES ('birthday', 'Individual has birthday', null, null, 1, 'CRM_CivirulesCronEvent_Birthday', CURDATE(), 1);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment