How to recreate openmrs view that's missing ?

I tried to execute Bahmni report however it throws below error on the log

Table 'openmrs.concept_reference_term_map_view' doesn't exist

Is there a way for me to recreate this view ?

Got it working with

CREATE VIEW `concept_reference_term_map_view` AS SELECT 
 1 AS `concept_id`,
 1 AS `concept_map_type_name`,
 1 AS `code`,
 1 AS `concept_reference_term_name`,
 1 AS `concept_reference_source_name`;