From 05b19986d16360b34c79f10fc381351668b51cb4 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Thu, 22 Oct 2015 16:34:12 +0530 Subject: [PATCH] [fix] communication - remove parenttype, parent, parentfield as it is no longer a child table --- frappe/patches.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/frappe/patches.txt b/frappe/patches.txt index d982d96efd..d5e1b4c896 100644 --- a/frappe/patches.txt +++ b/frappe/patches.txt @@ -98,3 +98,4 @@ frappe.patches.v6_2.rename_backup_manager execute:frappe.delete_doc("DocType", "Backup Manager") frappe.patches.v6_4.reduce_varchar_length frappe.patches.v6_4.rename_bengali_language +execute:frappe.db.sql("""update `tabCommunication` set parenttype=null, parent=null, parentfield=null""") #2015-10-22