Pawan
#1
One of the patches, frappe.reload_doc(‘core’, ‘doctype’, ‘docfield’, force=True) #2017-03-03 seems to be hanging during bench migrate from v6 to v8
Just wanted to know if anyone has faced a similar problem earlier or knows what is the usage of this particular patch.
rmehta
#2
This should not be an expensive patch. Maybe something crashed. Can you check again>
It updates the doctype (schema) of docfield
. This is usually done when a new property is added to docfield.
Pawan
#3
Rushabh, thanks for your response, I would re-try & update my findings here.