Skip to content

Commit

Permalink
Merge pull request #443 from makombe/dashboard-procedure
Browse files Browse the repository at this point in the history
Call update dashboard procedure at the end
  • Loading branch information
ojwanganto authored May 28, 2024
2 parents 0fbeac4 + f825bbc commit a2b26b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omod/src/main/resources/sql/DML.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8014,7 +8014,6 @@ CALL sp_populate_etl_progress_note();
CALL sp_populate_etl_prep_discontinuation();
CALL sp_populate_etl_hts_linkage_tracing();
CALL sp_populate_etl_patient_program();
CALL sp_update_dashboard_table();
CALL sp_create_default_facility_table();
CALL sp_populate_etl_person_address();
CALL sp_populate_etl_otz_enrollment();
Expand Down Expand Up @@ -8054,6 +8053,7 @@ CALL sp_populate_etl_art_fast_track();
CALL sp_populate_etl_clinical_encounter();
CALL sp_populate_etl_daily_revenue_summary();
CALL sp_update_next_appointment_date();
CALL sp_update_dashboard_table();

UPDATE kenyaemr_etl.etl_script_status SET stop_time=NOW() where id= populate_script_id;

Expand Down

0 comments on commit a2b26b5

Please sign in to comment.