Run user-permission patch before droping apply_user_permission column (#5794)

This commit is contained in:
Suraj Shetty 2018-07-10 15:23:22 +05:30 committed by Rushabh Mehta
parent 8eb5e51042
commit 7f2b4df144

View file

@ -18,6 +18,7 @@ frappe.patches.v8_0.drop_is_custom_from_docperm
frappe.patches.v8_0.update_records_in_global_search #11-05-2017
frappe.patches.v8_0.update_published_in_global_search
execute:frappe.reload_doc('core', 'doctype', 'custom_docperm')
frappe.patches.v11_0.replicate_old_user_permissions
frappe.patches.v11_0.drop_column_apply_user_permissions
execute:frappe.reload_doc('core', 'doctype', 'activity_log')
execute:frappe.reload_doc('core', 'doctype', 'deleted_document')
@ -218,5 +219,4 @@ frappe.patches.v11_0.update_list_user_settings
frappe.patches.v11_0.rename_workflow_action_to_workflow_action_master #13-06-2018
frappe.patches.v11_0.rename_email_alert_to_notification #13-06-2018
frappe.patches.v11_0.delete_duplicate_user_permissions
frappe.patches.v11_0.replicate_old_user_permissions
frappe.patches.v11_0.get_docs_apps_if_not_present