fix(patch): Delete all documents from Hub Node module
diff --git a/erpnext/patches.txt b/erpnext/patches.txt
index e5644a3..313f378 100644
--- a/erpnext/patches.txt
+++ b/erpnext/patches.txt
@@ -505,4 +505,4 @@
 erpnext.patches.v10_0.update_address_template_for_india
 erpnext.patches.v10_0.set_discount_amount
 erpnext.patches.v10_0.recalculate_gross_margin_for_project
-execute:frappe.delete_doc("Page", "hub", ignore_missing=True)
+erpnext.patches.v10_0.delete_hub_documents
\ No newline at end of file