patch fix

This commit is contained in:
Shreya
2018-03-19 18:17:54 +05:30
parent 5042dd32da
commit 9602bf4ba3

View File

@@ -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'