def refresh_murs(conn):
    row = conn.execute(RECENTLY_MODIFIED_STARTING_MUR).first()
    if row:
        logger.info("Current MUR found %s modified at %s", row["case_no"], row["pg_date"])
        load_current_murs(row["case_no"])