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