Browse Source

Update patches.txt

version-14
Nabin Hait 8 years ago
committed by GitHub
parent
commit
066e91d077
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/patches.txt

+ 1
- 1
frappe/patches.txt View File

@@ -1,7 +1,7 @@
execute:frappe.db.sql("""update `tabPatch Log` set patch=replace(patch, '.4_0.', '.v4_0.')""") #2014-05-12 execute:frappe.db.sql("""update `tabPatch Log` set patch=replace(patch, '.4_0.', '.v4_0.')""") #2014-05-12
frappe.patches.v7_1.rename_scheduler_log_to_error_log
frappe.patches.v5_0.convert_to_barracuda_and_utf8mb4 frappe.patches.v5_0.convert_to_barracuda_and_utf8mb4
frappe.patches.v7_0.update_auth frappe.patches.v7_0.update_auth
frappe.patches.v7_1.rename_scheduler_log_to_error_log
frappe.patches.v6_1.rename_file_data frappe.patches.v6_1.rename_file_data
frappe.patches.v7_0.re_route #2016-06-27 frappe.patches.v7_0.re_route #2016-06-27
execute:frappe.reload_doc('core', 'doctype', 'doctype', force=True) #2016-10-17 execute:frappe.reload_doc('core', 'doctype', 'doctype', force=True) #2016-10-17


Loading…
Cancel
Save