mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 20:59:11 +00:00
patch fix
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
import frappe
|
import frappe
|
||||||
|
|
||||||
def execute():
|
def execute():
|
||||||
|
if frappe.db.table_exists("Data Migration Connector"):
|
||||||
frappe.db.sql("""
|
frappe.db.sql("""
|
||||||
UPDATE `tabData Migration Connector`
|
UPDATE `tabData Migration Connector`
|
||||||
SET hostname = 'https://hubmarket.org'
|
SET hostname = 'https://hubmarket.org'
|
||||||
|
|||||||
Reference in New Issue
Block a user