alter tabsessions to change user column definition

This commit is contained in:
Nabin Hait 2012-06-25 15:29:40 +05:30
parent 8b14617dce
commit e5a0086fea

View File

@ -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"
},
]