diff --git a/conf/sync-jobs.json b/conf/sync-jobs.json index 577c94f..cb48cab 100644 --- a/conf/sync-jobs.json +++ b/conf/sync-jobs.json @@ -95,6 +95,13 @@ "priority": 8, "isEnabled": true, "children": [] + }, + { + "name": "Update HEI Summary", + "procedure": "CALL generate_flat_hei_summary_v1_0('sync',12,25, 1);", + "priority": 9, + "isEnabled": true, + "children": [] } ], "night": [ @@ -297,4 +304,4 @@ } ] } -} \ No newline at end of file +}