Hi, I’m working on Frappe site.
I have created a app ,installed in site and created a doctype too and pushed to github for my frnd to work on it.everything is fine till this.
Now i have fetched the same app from my frnd’s github repository after his works.
He added several doctypes to it.
i have fetched and installed using:
bench get-app
app has been fetched and installed…
But the problem is , the new doctypes is not reflected on my site.
i have tried to reinstall the app on my custom site using "bench --site install-app
this command does nothing.
Can somebody help me on this!!!