[fix] bulk email patch order
This commit is contained in:
parent
64fdb2da43
commit
a433cdbda8
1 changed files with 2 additions and 2 deletions
|
|
@ -15,6 +15,7 @@ execute:frappe.reload_doc('custom', 'doctype', 'property_setter') #2014-12-31-1
|
|||
execute:frappe.reload_doc('core', 'doctype', 'patch_log') #2016-10-31
|
||||
execute:frappe.reload_doctype("File") # 2015-10-19
|
||||
execute:frappe.reload_doc('core', 'doctype', 'error_snapshot')
|
||||
frappe.patches.v7_0.update_auth
|
||||
frappe.patches.v7_0.rename_bulk_email_to_email_queue
|
||||
|
||||
execute:frappe.db.sql("alter table `tabSessions` modify `user` varchar(255), engine=InnoDB")
|
||||
|
|
@ -128,5 +129,4 @@ frappe.patches.v7_0.desktop_icons_hidden_by_admin_as_blocked
|
|||
frappe.patches.v7_0.add_communication_in_doc
|
||||
frappe.patches.v7_0.update_send_after_in_bulk_email
|
||||
frappe.patches.v7_0.setup_list_settings
|
||||
execute:frappe.db.sql('''delete from `tabSingles` where doctype="Email Settings"''') # 2016-06-13
|
||||
frappe.patches.v7_0.update_auth
|
||||
execute:frappe.db.sql('''delete from `tabSingles` where doctype="Email Settings"''') # 2016-06-13
|
||||
Loading…
Add table
Reference in a new issue