From 0cfdeec218d397f156ee0f76ffda212dc9f2f92e Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Sat, 16 Feb 2013 11:08:55 +0530 Subject: [PATCH] added event patch in patch list --- patches/patch_list.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/patches/patch_list.py b/patches/patch_list.py index 1a7483975c..478cb00365 100644 --- a/patches/patch_list.py +++ b/patches/patch_list.py @@ -169,5 +169,6 @@ patch_list = [ "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\"')", - "patches.february_2013.fix_outstanding" + "patches.february_2013.fix_outstanding", + "patches.february_2013.p01_event", ] \ No newline at end of file