Regarding Bahmni/Odoo Sync with IRD Nepal and purchase/sales book report

hi, I did the steps that you mentioned in Deployment.md it work fine and app is also seen there and i followed Readme.md file and done step

Ensure that the table custom_report_props exists.

Run the below query.

select CASE WHEN count(*)>0 THEN 'YES' ELSE 'NO' END FROM information_schema.tables WHERE lower(table_name)=lower('custom_report_props');

If it gives NO run the below command, otherwise skip this part

bahmni -i dev -m erp run_migrations

after this step it gives error could you please guide through README.md