Ver código fonte

Changed patch order

version-14
Umair Sayyed 8 anos atrás
pai
commit
d060f0421d
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      frappe/patches.txt

+ 2
- 2
frappe/patches.txt Ver arquivo

@@ -1,6 +1,7 @@
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
@@ -10,11 +11,11 @@ execute:frappe.reload_doc('core', 'doctype', 'doctype', force=True) #2017-03-09
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
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
frappe.patches.v8_0.set_user_permission_for_page_and_report
frappe.patches.v8_0.drop_in_dialog
execute:frappe.reload_doc('core', 'doctype', 'role')
execute:frappe.reload_doc('core', 'doctype', 'user')
execute:frappe.reload_doc('core', 'doctype', 'deleted_document')
@@ -169,5 +170,4 @@ execute:frappe.rename_doc('Country', 'Tanzania, United Republic of', 'Tanzania',
execute:frappe.rename_doc('Country', 'Syrian Arab Republic', 'Syria', ignore_if_exists=True)
frappe.patches.v8_0.rename_listsettings_to_usersettings
frappe.patches.v7_2.update_communications
frappe.patches.v8_0.update_published_in_global_search
frappe.patches.v8_0.deprecate_integration_broker

Carregando…
Cancelar
Salvar