fixed patch for hub

This commit is contained in:
Achilles Rasquinha
2018-03-15 12:48:32 +05:30
parent b2d318ec48
commit d8f7de9946
3 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
import frappe
def execute():
frappe.db.sql("""
UPDATE `tabData Migration Connector`
SET hostname = 'https://hubmarket.org'
WHERE connector_name = 'Hub Connector'
""")