mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 13:39:18 +00:00
alter tabsessions to change user column definition
This commit is contained in:
@@ -447,4 +447,9 @@ patch_list = [
|
|||||||
'patch_file': 'set_recurring_type',
|
'patch_file': 'set_recurring_type',
|
||||||
'description': "set recurring type as monthly in old"
|
'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"
|
||||||
|
},
|
||||||
]
|
]
|
||||||
Reference in New Issue
Block a user