hotfix: remove user_roles where parentfield is blank
This commit is contained in:
parent
cfaa386a41
commit
ff71fa4da2
1 changed files with 1 additions and 0 deletions
|
|
@ -39,3 +39,4 @@ frappe.patches.v4_0.replace_deprecated_timezones
|
|||
execute:import frappe.website.render; frappe.website.render.clear_cache("login"); #2014-06-10
|
||||
frappe.patches.v4_0.fix_attach_field_file_url
|
||||
execute:frappe.reset_perms("User") #2014-06-13
|
||||
execute:frappe.db.sql("""delete from `tabUserRole` where ifnull(parentfield, '')=''""") #2014-06-17
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue