mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-31 07:28:04 +00:00
fixed patch for hub
This commit is contained in:
8
erpnext/patches/v10_0/update_hub_connector_domain.py
Normal file
8
erpnext/patches/v10_0/update_hub_connector_domain.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import frappe
|
||||
|
||||
def execute():
|
||||
frappe.db.sql("""
|
||||
UPDATE `tabData Migration Connector`
|
||||
SET hostname = 'https://hubmarket.org'
|
||||
WHERE connector_name = 'Hub Connector'
|
||||
""")
|
||||
Reference in New Issue
Block a user