Changed patch order
This commit is contained in:
parent
d060f0421d
commit
11f9c2f96b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,6 @@
|
|||
execute:frappe.db.sql("""update `tabPatch Log` set patch=replace(patch, '.4_0.', '.v4_0.')""") #2014-05-12
|
||||
frappe.patches.v5_0.convert_to_barracuda_and_utf8mb4
|
||||
execute:frappe.utils.global_search.setup_global_search_table()
|
||||
frappe.patches.v8_0.update_published_in_global_search
|
||||
frappe.patches.v7_0.update_auth
|
||||
frappe.patches.v7_1.rename_scheduler_log_to_error_log
|
||||
frappe.patches.v6_1.rename_file_data
|
||||
|
|
@ -12,6 +11,7 @@ execute:frappe.reload_doc('core', 'doctype', 'docfield', force=True) #2017-03-03
|
|||
execute:frappe.reload_doc('core', 'doctype', 'docperm') #2017-03-03
|
||||
frappe.patches.v8_0.drop_is_custom_from_docperm
|
||||
frappe.patches.v8_0.drop_in_dialog
|
||||
frappe.patches.v8_0.update_published_in_global_search
|
||||
execute:frappe.reload_doc('core', 'doctype', 'custom_docperm')
|
||||
frappe.patches.v8_0.rename_page_role_to_has_role
|
||||
frappe.patches.v7_2.setup_custom_perms #2017-01-19
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue