chore: Change BOM Progress field types to Long Text
diff --git a/erpnext/manufacturing/doctype/bom/bom.py b/erpnext/manufacturing/doctype/bom/bom.py
index 6d53cfe..15048ec 100644
--- a/erpnext/manufacturing/doctype/bom/bom.py
+++ b/erpnext/manufacturing/doctype/bom/bom.py
@@ -702,7 +702,7 @@
 			row.amount = flt(row.stock_qty) * row.rate
 
 			if old_rate != row.rate:
-				# Only db_update if unchanged
+				# Only db_update if changed
 				row.db_update()
 
 	def get_rm_rate_map(self) -> Dict[str, float]:
diff --git a/erpnext/manufacturing/doctype/bom_update_log/bom_update_log.json b/erpnext/manufacturing/doctype/bom_update_log/bom_update_log.json
index db5f58d..bea3cf0 100644
--- a/erpnext/manufacturing/doctype/bom_update_log/bom_update_log.json
+++ b/erpnext/manufacturing/doctype/bom_update_log/bom_update_log.json
@@ -76,18 +76,18 @@
   },
   {
    "fieldname": "current_boms",
-   "fieldtype": "Text",
+   "fieldtype": "Long Text",
    "label": "Current BOMs"
   },
   {
    "description": "Immediate parent BOMs",
    "fieldname": "parent_boms",
-   "fieldtype": "Text",
+   "fieldtype": "Long Text",
    "label": "Parent BOMs"
   },
   {
    "fieldname": "processed_boms",
-   "fieldtype": "Text",
+   "fieldtype": "Long Text",
    "label": "Processed BOMs"
   }
  ],
@@ -95,7 +95,7 @@
  "index_web_pages_for_search": 1,
  "is_submittable": 1,
  "links": [],
- "modified": "2022-05-24 17:52:21.824710",
+ "modified": "2022-05-27 17:03:34.712010",
  "modified_by": "Administrator",
  "module": "Manufacturing",
  "name": "BOM Update Log",