Migration v6 to v8 - reload_doc

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.

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.

Rushabh, thanks for your response, I would re-try & update my findings here.