From e5a0086fea1fb1c9d54fda545e92cc7886dbea4b Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Mon, 25 Jun 2012 15:29:40 +0530 Subject: [PATCH] alter tabsessions to change user column definition --- erpnext/patches/patch_list.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py index fd734a9a6c..03c0f27dd6 100644 --- a/erpnext/patches/patch_list.py +++ b/erpnext/patches/patch_list.py @@ -447,4 +447,9 @@ patch_list = [ 'patch_file': 'set_recurring_type', 'description': "set recurring type as monthly in old" }, + { + 'patch_module': 'patches.june_2012', + 'patch_file': 'alter_tabsessions', + 'description': "alter tabsessions to change user column definition" + }, ] \ No newline at end of file