瀏覽代碼

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

version-14
Anand Doshi 9 年之前
父節點
當前提交
05b19986d1
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      frappe/patches.txt

+ 1
- 0
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

Loading…
取消
儲存