From 86af352bf3bde1f84715f00eba1c9633e7c8bf86 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Wed, 13 Feb 2013 18:04:21 +0530 Subject: [PATCH] fixes in parentfield of userrole --- patches/patch_list.py | 1 + 1 file changed, 1 insertion(+) diff --git a/patches/patch_list.py b/patches/patch_list.py index 97bdc52e79..c00744ea36 100644 --- a/patches/patch_list.py +++ b/patches/patch_list.py @@ -168,4 +168,5 @@ patch_list = [ "patches.february_2013.remove_account_utils_folder", "patches.february_2013.update_company_in_leave_application", "execute:webnotes.conn.sql_ddl('alter table tabSeries change `name` `name` varchar(100)')", + "execute:webnotes.conn.sql('update tabUserRole set parentfield=\"user_roles\" where parentfield=\"userroles\"')", ] \ No newline at end of file