diff --git a/frappe/patches.txt b/frappe/patches.txt index c306188ee8..13c38027c1 100644 --- a/frappe/patches.txt +++ b/frappe/patches.txt @@ -80,3 +80,4 @@ frappe.patches.v5_0.fix_text_editor_file_urls execute:frappe.db.sql("update `tabComment` set comment_type='Comment' where comment_doctype='Blog Post' and ifnull(comment_type, '')=''") frappe.patches.v5_0.modify_session frappe.patches.v5_0.expire_old_scheduler_logs +execute:frappe.permissions.reset_perms("DocType") \ No newline at end of file