brotherton-erpnext/erpnext/patches/v10_0/update_hub_connector_domain.py
2018-03-15 12:48:32 +05:30

8 lines
199 B
Python

import frappe
def execute():
frappe.db.sql("""
UPDATE `tabData Migration Connector`
SET hostname = 'https://hubmarket.org'
WHERE connector_name = 'Hub Connector'
""")