changed patch order
This commit is contained in:
parent
c49193c1c1
commit
c64c13c0a7
1 changed files with 1 additions and 1 deletions
|
|
@ -8,6 +8,7 @@ frappe.patches.v7_2.remove_in_filter
|
|||
execute:frappe.reload_doc('core', 'doctype', 'doctype', force=True) #2017-09-22
|
||||
execute:frappe.reload_doc('core', 'doctype', 'docfield', force=True) #2018-02-20
|
||||
execute:frappe.reload_doc('core', 'doctype', 'docperm') #2018-05-29
|
||||
frappe.patches.v11_0.drop_column_apply_user_permissions
|
||||
execute:frappe.reload_doc('core', 'doctype', 'module_def') #2017-09-22
|
||||
execute:frappe.reload_doc('core', 'doctype', 'version') #2017-04-01
|
||||
execute:frappe.reload_doc('core', 'doctype', 'activity_log')
|
||||
|
|
@ -164,7 +165,6 @@ frappe.patches.v7_1.set_backup_limit
|
|||
frappe.patches.v7_2.set_doctype_engine
|
||||
frappe.patches.v7_2.merge_knowledge_base
|
||||
frappe.patches.v7_0.update_report_builder_json
|
||||
frappe.patches.v11_0.drop_column_apply_user_permissions
|
||||
frappe.patches.v7_2.set_in_standard_filter_property #1
|
||||
frappe.patches.v8_0.drop_unwanted_indexes
|
||||
execute:frappe.db.sql("update tabCommunication set communication_date = creation where time(communication_date) = 0")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue