Browse Source

[fix] communication - remove parenttype, parent, parentfield as it is no longer a child table

version-14
Anand Doshi 9 years ago
parent
commit
05b19986d1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      frappe/patches.txt

+ 1
- 0
frappe/patches.txt View File

@@ -98,3 +98,4 @@ frappe.patches.v6_2.rename_backup_manager
execute:frappe.delete_doc("DocType", "Backup Manager") execute:frappe.delete_doc("DocType", "Backup Manager")
frappe.patches.v6_4.reduce_varchar_length frappe.patches.v6_4.reduce_varchar_length
frappe.patches.v6_4.rename_bengali_language frappe.patches.v6_4.rename_bengali_language
execute:frappe.db.sql("""update `tabCommunication` set parenttype=null, parent=null, parentfield=null""") #2015-10-22

Loading…
Cancel
Save