mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
patch fix
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
import frappe
|
import frappe
|
||||||
|
|
||||||
def execute():
|
def execute():
|
||||||
frappe.db.sql("""
|
if frappe.db.table_exists("Data Migration Connector"):
|
||||||
UPDATE `tabData Migration Connector`
|
frappe.db.sql("""
|
||||||
SET hostname = 'https://hubmarket.org'
|
UPDATE `tabData Migration Connector`
|
||||||
WHERE connector_name = 'Hub Connector'
|
SET hostname = 'https://hubmarket.org'
|
||||||
""")
|
WHERE connector_name = 'Hub Connector'
|
||||||
|
""")
|
||||||
Reference in New Issue
Block a user