Merge branch 'shf_rename' of github.com:webnotes/erpnext into shf_rename
This commit is contained in:
commit
d429a20c6e
3
erpnext/patches/may_2012/clear_session_cache.py
Normal file
3
erpnext/patches/may_2012/clear_session_cache.py
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
def execute():
|
||||||
|
import webnotes
|
||||||
|
webnotes.conn.sql("delete from __SessionCache")
|
@ -367,5 +367,10 @@ patch_list = [
|
|||||||
'patch_file': 'customize_form_cleanup',
|
'patch_file': 'customize_form_cleanup',
|
||||||
'description': 'cleanup customize form records'
|
'description': 'cleanup customize form records'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'patch_module': 'patches.may_2012',
|
||||||
|
'patch_file': 'clear_session_cache',
|
||||||
|
'description': 'clears session cache as shifting to json format'
|
||||||
|
},
|
||||||
|
|
||||||
]
|
]
|
Loading…
x
Reference in New Issue
Block a user